Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class

In This Topic
    MDPropertyValue Class Properties
    In This Topic

    For a list of all members of this type, see MDPropertyValue members.

    Public Properties
     NameDescription
    Public PropertyReturns 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.  
    Public PropertyReturns P8-Property descriptor ( id and index ) of the object. Off-line MDPropertyValue objects don't have descriptors because they point to value directly. off-line MDPropertyValue is created by operators that take base types values.  
    Public PropertyReturns array of indexes for which property value is not empty. It can be used with MDPropertyValue::operator [];  
    Public PropertyChecks if property value is empty. If its not it can be read. IMPORTANT: If property is indexed you have to specify index.  
    Public PropertyReturns MDPropertyValue object at specified index.  
    Public PropertyReturns number of highest used index. Index value starts from 1. If it is not indexed-property or there index is not used, LastUsedIndex is 0; Object of MDPropertyValue have to point to on-line property.  
    Public PropertyProperty list to which this property value is connected.  
    Top
    See Also