Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / ColorProperty Class / ColorProperty Constructor / ColorProperty Constructor()
Example
In This Topic
    ColorProperty Constructor()
    In This Topic
    Creates a new instance of an empty ColorProperty.
    Syntax
    public ColorProperty()
    Example
    The following example shows how to create a new empty ColorProperty.
    ColorProperty colorProperty = new ColorProperty();
    See Also