API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibrary Class / Symbol Property
Name of the symbol to get.

In This Topic
    Symbol Property (MDSymbolLibrary)
    In This Topic
    Index operator to get a symbol by its name.
    Syntax
    public MDSymbol this[ 
       string symbolName
    ]; {get;}
    public:
    property MDSymbol^ default [String^] {
       MDSymbol^ get(String^ symbolName);
    }

    Parameters

    symbolName
    Name of the symbol to get.
    See Also