Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / SymbolVariant Property

In This Topic
    SymbolVariant Property (SymbolReference)
    In This Topic
    Specifies Eplan.EplApi.DataModel.MasterData.SymbolVariant assigned to this SymbolReference.
    Syntax
    public virtual SymbolVariant SymbolVariant {get; set;}
    public:
    virtual property SymbolVariant^ SymbolVariant {
       SymbolVariant^ get();
       void set (    SymbolVariant^ value);
    }

    Property Value

    Eplan.EplApi.DataModel.MasterData.SymbolVariant assigned to this SymbolReference

    null when there is no Eplan.EplApi.DataModel.MasterData.SymbolVariant assigned to this Function

    Exceptions
    See Also