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

UpdateConnectionDefinitionPointsParent(Page,ConnectionDefinitionPoint) Method
Sets the page and updates the graphical parent of a connection definition point
Syntax
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