API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Definition Property

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