Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolVariant Class / Create Method / Create(Page) Method

In This Topic
    Create(Page) Method
    In This Topic
    Creates object on page from information contained in SymbolVariant object.
    Syntax
    public SymbolReference Create( 
       Page page
    )
    public:
    SymbolReference^ Create( 
       Page^ page
    ) 

    Parameters

    page

    Return Value

    Method returns instance of new object casted to SymbolReference. It could be casted back to right type. Type is independent on Symbol.Type
    See Also