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