Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder Class / SymbolVariant Property

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

    Property Value

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

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

    Exceptions
    See Also