Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / UpperBound Property

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

    Property Value

    Upper bound of value range supported of the property with this definition.
    See Also