Solid Edge Draft Type Library
Range Method
Specifies the x coordinate of the lower-left corner the referenced object.
Specifies the y coordinate of the lower-left corner of the referenced object.
Specifies the x coordinate of the upper-right corner of the referenced object.
Specifies the y coordinate of the upper-right corner of the referenced object.
Description
Returns the high and low range values for the referenced object.
Syntax
Visual Basic
Public Sub Range( _
   ByRef min_x As Double, _
   ByRef min_y As Double, _
   ByRef max_x As Double, _
   ByRef max_y As Double _
) 
Parameters
min_x
Specifies the x coordinate of the lower-left corner the referenced object.
min_y
Specifies the y coordinate of the lower-left corner of the referenced object.
max_x
Specifies the x coordinate of the upper-right corner of the referenced object.
max_y
Specifies the y coordinate of the upper-right corner of the referenced object.
See Also

DrawingView Object  | DrawingView Members