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

In This Topic
    FUNC_SINGLE_LINE_FUNCTION_COUNT(Int32) Property
    In This Topic
    Number of functions # 20110. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_SINGLE_LINE_FUNCTION_COUNT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_SINGLE_LINE_FUNCTION_COUNT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    You can use this property to show the number of connections on connection definition points (and functions). The entered value is placed in the schematic together with the connection definition point - usually represented as a forward slash. Values such as "3+PE" are permitted.

    See Also