PlaceAsConnectionDefinitionPoint Method
In This Topic
Places this connection as a connection def. point on the given schematic page and in the given location. If this is an uncovered connection template and the location points to a connection line on schematic page, the template automatically becomes covered (i.e. connection is created in the project) Note: When uncovered connection template becomes covered, connections on the page are updated which may affect performance. If this method needs to be called repeatedly, use the
DisableConnectionUpdateStep object to make the performance better.
Syntax
public void PlaceAsConnectionDefinitionPoint(
Page ,
PointD
)
public:
void PlaceAsConnectionDefinitionPoint(
Page^ ,
PointD
)
Parameters
- pPage
- pntLocation
See Also