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

In This Topic
    LOCATION_TYPENAME_NR(Int32) Property
    In This Topic
    Identifier block (ID) # 1006. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue LOCATION_TYPENAME_NR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_TYPENAME_NR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Provides (regardless of the language) the identifier block to which the structure identifier belongs, e.g. "Higher-level function," "Mounting location" etc. This property can be used in reports, e.g. in the structure identifier overview.

    See Also