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

Symbol2d Object  | Symbol2d Members

Send comments on this topic.