API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class
Members Example

In This Topic
    MDSymbol Class
    In This Topic
    MDSymbol is a master data symbol stored in a symbol library. A Symbol is identified by an Id and a Name. A MDSymbol contains up to 8 MDSymbolVariant.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.PropertiesAndHandleObject
          Eplan.EplApi.MasterData.MDSymbol

    Syntax
    [DefaultMember("Variant")]
    public class MDSymbol : PropertiesAndHandleObject 
    [DefaultMember("Variant")]
    public ref class MDSymbol : public PropertiesAndHandleObject 
    Example
    It is possible to get MDSymbolVariant object from MDSymbol, by indexer :
    MDSymbol smbl = ...
    MDSymbolVariant v = smbl["A"];
    Public Properties
     NameDescription
    Public PropertyCategory of FunctionDefinition as enum value.  
    Public PropertyGroup of FunctionDefinition.  
    Public PropertyFunctionDefinition's ID.  
    Public PropertyReturns the Id of the Symbol.  
    Public PropertyReturns the Name of the Symbol.  
    Public PropertyReturns the placement type of the Symbol.  
    Public Property.NET Property enabling access to P8 properties of the MDSymbol object.  
    Public Property  
    Public PropertyReturns the Type of the Symbol.  
    Public PropertyIndex operator to get a variant by its name. Valid names are "A" or "a" through "H" or "h".  
    Public Propertya read only list of all MDSymbolVariants in the symbol  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodDestructor for deterministic finalization of MDSymbol object. (Inherited from Eplan.EplApi.MasterData.PropertiesAndHandleObject)
    Public MethodOverloaded. Returns an array of connection points defined in the symbol's function definition.  
    Public MethodRemoves the symbol out of the symbol library.  
    Top
    See Also