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