API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolVariant Class / SymbolVariant Constructor / SymbolVariant Constructor(Symbol,Int32)
Symbol symbol that variant is created
number of the variant of symbol

SymbolVariant Constructor(Symbol,Int32)
Constructor.
Syntax
public SymbolVariant( 
   Symbol symbol,
   int variantNr
)

Parameters

symbol
Symbol symbol that variant is created
variantNr
number of the variant of symbol
Exceptions
ExceptionDescription
Thrown when symbol is null.
Thrown when the SymbolVariant cannot be created.
See Also