API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolVariant Class / Initialize Method
Symbol symbol that variant is created
number of the variant of symbol

Initialize Method (SymbolVariant)
Initializes the SymbolVariant object.
Syntax
public void Initialize( 
   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.
Thrown when the SymbolVariant has already been created.
See Also