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

In This Topic
    Initialize Method (SymbolVariant)
    In This Topic
    Initializes the SymbolVariant object.
    Syntax
    public void Initialize( 
       Symbol symbol,
       int variantNr
    )
    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