Solid Edge FrameworkSupport Type Library
GetCenter Method
Returns the nonlinear object in which the CenterMark object is placed.
The coordinates of the center point of the referenced object.
The coordinates of the center point of the referenced object.
The coordinates of the center point of the referenced object.
Returns True if the CenterMark was placed with respect to the object. Returns False if the CenterMark was placed with respect to a key point.
Description
For DatumPoints, returns the center point coordinate. For CenterMarks, returns the object and coordinates of the object in which the CenterMark was place.
Syntax
Visual Basic
Public Sub GetCenter( _
   ByRef CenterObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
CenterObj
Returns the nonlinear object in which the CenterMark object is placed.
x
The coordinates of the center point of the referenced object.
y
The coordinates of the center point of the referenced object.
z
The coordinates of the center point of the referenced object.
keyPoint
Returns True if the CenterMark was placed with respect to the object. Returns False if the CenterMark was placed with respect to a key point.
See Also

CenterMark Object  | CenterMark Members