API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / FUNC_FULLNAME Property / FUNC_FULLNAME(Int32) Property

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

    Full name, such as the identifying name, but also still contains additional describing identifier elements.

    See Also