API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS Property / FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS(Int32) Property

In This Topic
    FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS(Int32) Property
    In This Topic
    Name (complete with connection point designations) # 20342. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_FULLNAME_WITH_CONNECTIONDESIGNATIONS {
       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..

    Outputs the full name and behind it, separated by a colon, all the connection point designations, for example "=EB3+ET1-X0:L1".

    See Also