Solid Edge Draft Type Library
SetCenterPoint Method
Specifies the x coordinate for the new center point.
Specifies the y coordinate of the new center point.
Description
Relocates the center point of the specified object.
Syntax
Visual Basic
Public Sub SetCenterPoint( _
   ByVal x As Double, _
   ByVal y As Double _
) 
Parameters
x
Specifies the x coordinate for the new center point.
y
Specifies the y coordinate of the new center point.
Remarks
The new center point is specified in x and y coordinates. As a result of the SetCenterPoint method, the object is repositioned with respect to the new center point.
See Also

DetailEnvelope Object  | DetailEnvelope Members