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