API Help
Eplan.EplApi.DataModel Namespace / LocationPropertyList Class / LOCATION_NAMEPART Property / LOCATION_NAMEPART Property

In This Topic
    LOCATION_NAMEPART Property
    In This Topic
    Structure identifier: superior name component # 1010.
    Syntax
    public PropertyValue LOCATION_NAMEPART {get; set;}
    public:
    property PropertyValue^ LOCATION_NAMEPART {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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