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

In This Topic
    SYMB_PROPERTYINSTANCESET(Int32) Property
    In This Topic
    Property arrangements # 16050.
    Syntax
    public PropertyValue SYMB_PROPERTYINSTANCESET( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_PROPERTYINSTANCESET {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ 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