Solid Edge FrameworkSupport 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 XMinimum As Double, _
   ByRef YMinimum As Double, _
   ByRef XMaximum As Double, _
   ByRef YMaximum As Double _
) 
Parameters
XMinimum
Specifies the x coordinate of the lower-left corner the referenced object.
YMinimum
Specifies the y coordinate of the lower-left corner of the referenced object.
XMaximum
Specifies the x coordinate of the upper-right corner of the referenced object.
YMaximum
Specifies the y coordinate of the upper-right corner of the referenced object.
See Also

Connector Object  | Connector Members  | Solid Edge V18 - What's New