Solid Edge FrameworkSupport 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

SmartFrame2dDefaults Object  | SmartFrame2dDefaults Members

Send comments on this topic.