API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class / GetConnectionPoints Method / GetConnectionPoints(Project,Boolean) Method
An opened project which is needed to get a function definition library to read the connection points from.
An out parameter which indicates whether the count of connection points is specified as variable in the symbol's function definition.

In This Topic
    GetConnectionPoints(Project,Boolean) Method
    In This Topic
    Returns an array of connection points defined in the symbol's function definition.
    Syntax
    public Pin[] GetConnectionPoints( 
       Project project,
       out bool bVariableCount
    )
    public:
    array<Pin^>^ GetConnectionPoints( 
       Project^ project,
       [Out] bool bVariableCount
    ) 

    Parameters

    project
    An opened project which is needed to get a function definition library to read the connection points from.
    bVariableCount
    An out parameter which indicates whether the count of connection points is specified as variable in the symbol's function definition.
    See Also