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

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

    Property Value

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