Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Definition Property

In This Topic
    Definition Property (PropertyValue)
    In This Topic
    Returns an object that provides information about the property and its definition. The information includes: name of the property, its data type, whether it's indexed or not, whether it's read-only, upper/lower bounds of values for numerical properties.
    Syntax
    public PropertyDefinition Definition {get;}
    public:
    property PropertyDefinition^ Definition {
       PropertyDefinition^ get();
    }
    See Also