Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / SYMB_PROPERTYINSTANCESET Property / SYMB_PROPERTYINSTANCESET(Int32) Property

In This Topic
    SYMB_PROPERTYINSTANCESET(Int32) Property
    In This Topic
    Property arrangements # 16050.
    Syntax
    public MDPropertyValue SYMB_PROPERTYINSTANCESET( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMB_PROPERTYINSTANCESET {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 64.

    Contains multi-language designations for user-defined sets of properties (max. 64).

    See Also