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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    When placing the corresponding symbol variants, this assignment set is used for the properties.

    See Also