Solid Edge Draft Type Library
GetOrigin Method
Returns the x coordinate of the point of origin.
Returns the y coordinate of the point of origin.
Description
Returns the origin for the referenced object.
Syntax
Visual Basic
Public Sub GetOrigin( _
   ByRef XOrigin As Double, _
   ByRef YOrigin As Double _
) 
Parameters
XOrigin
Returns the x coordinate of the point of origin.
YOrigin
Returns the y coordinate of the point of origin.
See Also

CoordinateSystem2d Object  | CoordinateSystem2d Members

Send comments on this topic.