public Symbol this[ string symbolName ]; {get;}
public: property Symbol^ default [String^] { Symbol^ get(String^ symbolName); }
Parameters
| Parameter Name | Description |
|---|---|
| symbolName | Name of symbol to search for. |
public Symbol this[ string symbolName ]; {get;}
public: property Symbol^ default [String^] { Symbol^ get(String^ symbolName); }
| Parameter Name | Description |
|---|---|
| symbolName | Name of symbol to search for. |
| 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. |