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

In This Topic
    LOCATION_UPPERLOCATION_DESCRIPTION(Int32) Property
    In This Topic
    Structure identifier superior: Description # 1012.
    Syntax
    public PropertyValue LOCATION_UPPERLOCATION_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_UPPERLOCATION_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

    This property is read-only. Property is indexed. Possible indexes are from 1 to 10.

    See Also