API Help
Eplan.EplApi.MasterData Namespace / MDSymbolVariantPropertyList Class
Members

In This Topic
    MDSymbolVariantPropertyList Class
    In This Topic
    This class represents collection of P8 properties of MDSymbolVariant class. Please check also base classes for other properties which are available for MDSymbolVariant objects:
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.PropertiesAndHandleObjectPropertyList
          Eplan.EplApi.MasterData.MDSymbolVariantPropertyList

    Syntax
    [DefaultMember("Property")]
    public class MDSymbolVariantPropertyList : PropertiesAndHandleObjectPropertyList 
    [DefaultMember("Property")]
    public ref class MDSymbolVariantPropertyList : public PropertiesAndHandleObjectPropertyList 
    Remarks
    It uses operator[] in order to access its elements (stored properties).
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyReturns array of MDPropertyValue objects. If PropertiesAndHandleObjectPropertyList works on local property list it will be an array of unique properties from local property list. Otherwise it will be an array of all existing properties for related object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObjectPropertyList)
    Public PropertyOverloaded. Modification date (change tracking) # 19032. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker (change tracking) # 19030. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker format (change tracking) # 19031. This property isn't indexed.  
    Public PropertyOverloaded. Modification time (change tracking) # 19034. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Creator (change tracking) # 19033. This property isn't indexed.  
    Public PropertyOverloaded. Revision change marker (from property comparison) # 10153. This property isn't indexed.  
    Public PropertyOverloaded. Revision marker (from property comparison) # 10152. This property isn't indexed.  
    Public PropertyPropertiesAndHandleObject to which this property list is connected. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObjectPropertyList)
    Public PropertyMethod used by operator[] in order to access indexed properties.  
    Public PropertyOverloaded. Number of connecting points # 16902. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Variant name # 16901. This property isn't indexed, and is read-only.  
    Public PropertyOverloaded. Change protection (hierarchical) # 3015. This property isn't indexed, and is read-only.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDSymbolVariantPropertyList object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObjectPropertyList)
    Public MethodOverloaded. Checks property existence for used obiect.  
    Top
    See Also