API Help
Eplan.EplApi.DataModel Namespace / LocationPropertyList Class / LOCATION_DESCRIPTION_2 Property / LOCATION_DESCRIPTION_2(Int32) Property

In This Topic
    LOCATION_DESCRIPTION_2(Int32) Property
    In This Topic
    Structure description 2 # 1007. This property isn't indexed.
    Syntax
    public PropertyValue LOCATION_DESCRIPTION_2( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_DESCRIPTION_2 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

    Description for the structure identifier, displayed in structure identifier management.

    See Also