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

In This Topic
    LOCATION_UPPERLOCATION(Int32) Property
    In This Topic
    Structure identifier superior # 1011.
    Syntax
    public PropertyValue LOCATION_UPPERLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_UPPERLOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    See Also