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