public Symbol this[ string symbolName ]; {get;}
public: property Symbol^ default [String^] { Symbol^ get(String^ symbolName); }
Parameters
- symbolName
- Name of symbol to search for.
public Symbol this[ string symbolName ]; {get;}
public: property Symbol^ default [String^] { Symbol^ get(String^ symbolName); }
Exception | Description |
---|---|
Eplan.EplApi.DataModel.SymbolNotFoundException | Thrown when symbolName wasn't found. |
Eplan.EplApi.Base.BaseException | Thrown in case of an external error. Please refer to the exception message. |