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

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

    Outputs the xth name component of a structure identifier using the index.

    Example: For a structure identifier in the form of "=A.B.C.D" the index 3 returns the value "C".

    See Also