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

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

    Complete structure identifier (including sub-identifier) without preceding sign, e.g. "A.UA1.UA2".

    See Also