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

Item Property (SymbolLibrary)
Index operator to searching Symbol from given name.
Syntax
public Symbol this[ 
   string symbolName
]; {get;}

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