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

In This Topic
    LOCATION_NAME(Int32) Property
    In This Topic
    Structure identifier # 1000. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue LOCATION_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_NAME {
       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..

    Structure identifier without sub-identifier and preceding sign, e.g. "UA1".

    See Also