Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / UpdateConnectionDefinitionPointsParent Method / UpdateConnectionDefinitionPointsParent(Page,ConnectionDefinitionPoint) Method
Page to set.
Connection definition point for updates the graphical parent.

In This Topic
    UpdateConnectionDefinitionPointsParent(Page,ConnectionDefinitionPoint) Method
    In This Topic
    Sets the page and updates the graphical parent of a connection definition point
    Syntax
    public void UpdateConnectionDefinitionPointsParent( 
       Page pPage,
       ConnectionDefinitionPoint pCDP
    )
    public:
    void UpdateConnectionDefinitionPointsParent( 
       Page^ pPage,
       ConnectionDefinitionPoint^ pCDP
    ) 

    Parameters

    pPage
    Page to set.
    pCDP
    Connection definition point for updates the graphical parent.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also