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

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

    Property Value

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