API Help
Eplan.EplApi.DataModel Namespace / PropertyDefinition Class / UpperBound Property

In This Topic
    UpperBound Property (PropertyDefinition)
    In This Topic
    Gets a property's maximal value specified in the property's definition.
    Syntax
    public PropertyValue UpperBound {get;}
    public:
    property PropertyValue^ UpperBound {
       PropertyValue^ get();
    }

    Property Value

    A PropertyValue object that is the upper bound of the value range supported by this property definition.
    See Also