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

In This Topic
    FUNC_ALLCONNECTIONDESIGNATIONS(Int32) Property
    In This Topic
    Connection point designations (all) # 20038. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_ALLCONNECTIONDESIGNATIONS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ALLCONNECTIONDESIGNATIONS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Contains all connection point designations of a function where the individual connection point designations are separated by semicolons ";".

    When setting the property an exception is thrown, if no value of the semicolon separated string is saved. This means the object has connection points (Pins) or the string is empty.

    See Also