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