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