Eplan Platform API
Eplan.EplApi.DataModel Namespace / LocationPropertyList Class / LOCATION_DESCRIPTION_SUPPLEMENTARYFIELD Property / LOCATION_DESCRIPTION_SUPPLEMENTARYFIELD(Int32) Property

In This Topic
    LOCATION_DESCRIPTION_SUPPLEMENTARYFIELD(Int32) Property
    In This Topic
    Structure description Supplementary field # 1009.
    Syntax
    public PropertyValue LOCATION_DESCRIPTION_SUPPLEMENTARYFIELD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_DESCRIPTION_SUPPLEMENTARYFIELD {
       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 10.

    Describing supplementary text for the structure identifier, displayed in structure identifier management.

    See Also