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

In This Topic
    LOCATION_DESCRIPTION(Int32) Property
    In This Topic
    Structure description # 1002. This property isn't indexed.
    Syntax
    public PropertyValue LOCATION_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_DESCRIPTION {
       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