API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolLibrary Class / Item Property
Name of symbol to search for.

In This Topic
    Item Property (SymbolLibrary)
    In This Topic
    Index operator to searching Symbol from given name.
    Syntax
    public Symbol this[ 
       string symbolName
    ]; {get;}
    public:
    property Symbol^ default [String^] {
       Symbol^ get(String^ symbolName);
    }

    Parameters

    symbolName
    Name of symbol to search for.
    Exceptions
    ExceptionDescription
    Thrown when symbolName wasn't found.
    Thrown in case of an external error. Please refer to the exception message.
    See Also