API Help
Eplan.EplApi.MasterData Namespace / MDSymbol Class / GetConnectionPoints Method / GetConnectionPoints(Project) Method
An opened project which is needed to get a function definition library to read the connection points from.

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

    Parameters

    project
    An opened project which is needed to get a function definition library to read the connection points from.
    See Also