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

In This Topic
    SYMB_DEFAULT_PROPERTYSET_A(Int32) Property
    In This Topic
    Default property arrangement for variant A # 16004. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_DEFAULT_PROPERTYSET_A( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_DEFAULT_PROPERTYSET_A {
       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