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

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

    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