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