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

DrawingView Object  | DrawingView Members