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

In This Topic
    MDSymbolVariant Class
    In This Topic
    Symbol variant of a symbol object. A MDSymbol object can have up to 8 variants.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.PropertiesAndHandleObject
          Eplan.EplApi.MasterData.MDSymbolVariant

    Syntax
    public class MDSymbolVariant : PropertiesAndHandleObject 
    public ref class MDSymbolVariant : public PropertiesAndHandleObject 
    Public Properties
     NameDescription
    Public PropertyThe group of the symbol variant. That is needed to add graphical placements.  
    Public PropertyReturns the index of the symbol variant.  
    Public Property.NET Property enabling access to P8 properties of the MDSymbolVariant object.  
    Public PropertyA read only list of all PropertyPlacements from the variant.  
    Public PropertyA read only list of all MDSymbolConnectionPoints from the variant.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new connection point to the symbol variant.  
    Public MethodDestructor for deterministic finalization of PropertiesAndHandleObject object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
    Public MethodRemoves the symbol variant from the symbol.  
    Top
    See Also