API Help
Eplan.EplApi.DataModel.MasterData Namespace / Symbol Class / Item Property

Item Property (Symbol)
Index operator to looking for SymbolVariant from given index.
Syntax
public SymbolVariant this[ 
   int variantIdx
]; {get;}

Parameters

variantIdx
Exceptions
ExceptionDescription
Thrown when specified variant wasn't found.
Thrown in case of an external error. Please refer to the exception message.
See Also