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

In This Topic
    MDSymbolPosition Class
    In This Topic
    Class represents symbol data stored in MDPart object.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDSymbolPosition

    Syntax
    public class MDSymbolPosition 
    public ref class MDSymbolPosition 
    Remarks
    Symbol data which this object represents are stored in MDParts property list under property ARTICLE_REPORT_SYMBOL. Each not empty index of this property stores data of one symbol assigned to part. RefPos is the index under which data represented by this object are stored.
    Public Properties
     NameDescription
    Public PropertyReturns 1-based index of property ARTICLE_REPORT_SYMBOL under which data represented by this object are stored.  
    Public PropertyName of symbol library.  
    Public PropertyNumber identifying symbol in the symbol library.  
    Public PropertyNumber of symbol variant.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Add a new symbol position to part. Symbol is added at the first available index of symbol position list.  
    Public MethodDestructor for deterministic finalization of MDSymbolPosition object.  
    Public MethodRemoves the symbol position from part.  
    Top
    See Also