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