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.
Returns the y coordinate of the 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, _
   ByRef z As Double _
) 
Parameters
x
Returns the x coordinate of the point of origin.
y
Returns the y coordinate of the point of origin.
z
Returns the y coordinate of the point of origin.
See Also

TextBox Object  | TextBox Members

Send comments on this topic.