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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Name of the alternative standard property arrangement (e.g. top right) for the GOST 2.701-84 standard. This property is used when the standard property arrangement is selected for the component and the "Use alternative property arrangement" project setting is enabled.

    See Also