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

In This Topic
    LOCATION_FULLNAME_WITHPREFIX(Int32) Property
    In This Topic
    Complete structure identifier with preceding sign # 1003. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue LOCATION_FULLNAME_WITHPREFIX( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ LOCATION_FULLNAME_WITHPREFIX {
       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) with preceding sign, e.g. "=A.UA1.UA2".

    See Also