API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibrary Class / GetSymbol Method
id of the symbol that will be opened

In This Topic
    GetSymbol Method
    In This Topic
    Gets a Symbol object out of the library.
    Syntax
    public MDSymbol GetSymbol( 
       int Id
    )
    public:
    MDSymbol^ GetSymbol( 
       int Id
    ) 

    Parameters

    Id
    id of the symbol that will be opened

    Return Value

    Symbol that will be loaded from the library
    See Also