Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / DecimalProperty Class / DecimalProperty Constructor / DecimalProperty Constructor(String)
The value to store in the property.
Example
In This Topic
    DecimalProperty Constructor(String)
    In This Topic
    Creates a new instance of the DecimalProperty with a specified (fraction) value.
    Syntax
    public DecimalProperty( 
       string value
    )

    Parameters

    value
    The value to store in the property.
    Example
    The following example shows how to create a new DecimalProperty with a fraction value.
    DecimalProperty decimalProperty = new DecimalProperty("2/3");
    See Also