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

MDSymbolVariantPropertyList Class
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 
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 PropertyModification date (change tracking) # 19032.  
Public PropertyRevision marker (change tracking) # 19030.  
Public PropertyRevision marker format (change tracking) # 19031.  
Public PropertyModification time (change tracking) # 19034.  
Public PropertyCreator (change tracking) # 19033.  
Public PropertyRevision change marker (from property comparison) # 10153.  
Public PropertyRevision marker (from property comparison) # 10152.  
Public PropertyPropertiesAndHandleObject to which this property list is connected. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObjectPropertyList)
Public PropertyOverloaded. Method used by operator[] in order to access indexed properties.  
Public PropertyNumber of connecting points # 16902.  
Public PropertyVariant name # 16901.  
Public PropertySymbol description # 16906.  
Public PropertySymbol name # 16903.  
Public PropertySymbol number # 16904.  
Public PropertySymbol library # 16905.  
Public PropertyChange protection (hierarchical) # 3015.  
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