Solid Edge FrameworkSupport Type Library
ConnectObjects Method
The first object to be connected.
The second object to be connected.
Description
This method connects the two specified objects at their respective center lines.
Syntax
Visual Basic
Public Sub ConnectObjects( _
   ByRef ConnectObject1 As Object, _
   ByRef ConnectObject2 As Object _
) 
Parameters
ConnectObject1
The first object to be connected.
ConnectObject2
The second object to be connected.
See Also

CenterLine Object  | CenterLine Members

Send comments on this topic.