public SymbolVariant this[ int variantIdx ]; {get;}
public: property SymbolVariant^ default [int] { SymbolVariant^ get(int variantIdx); }
Parameters
- variantIdx
public SymbolVariant this[ int variantIdx ]; {get;}
public: property SymbolVariant^ default [int] { SymbolVariant^ get(int variantIdx); }
Exception | Description |
---|---|
Eplan.EplApi.DataModel.SymbolVariantNotFoundException | Thrown when specified variant wasn't found. |
Eplan.EplApi.Base.BaseException | Thrown in case of an external error. Please refer to the exception message. |