API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_DEFAULT_VARIANT Property / SYMB_DEFAULT_VARIANT(Int32) Property

In This Topic
    SYMB_DEFAULT_VARIANT(Int32) Property
    In This Topic
    Default variant # 16003. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_DEFAULT_VARIANT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_DEFAULT_VARIANT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    The symbol variant with which the symbol is placed as standard.

    See Also