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

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

    Provides the identifier block to which the structure identifier belongs, e.g. "Higher-level function," "Mounting location" etc. The property can be used in forms for the structure identifier overview.

    See Also