Solid Edge Geometry Type Library
GetRange Method
Specifies the minimum point of the range.
Specifies the maximum point of the range.
Description
Returns the minimum and maximum points of the range for the referenced object.
Syntax
Visual Basic
Public Sub GetRange( _
   ByRef MinRangePoint() As Double, _
   ByRef MaxRangePoint() As Double _
) 
Parameters
MinRangePoint
Specifies the minimum point of the range.
MaxRangePoint
Specifies the maximum point of the range.
Remarks
The GetRange method returns a box that bounds the specified element. The edges of the box are parallel to the axes of the global coordinate system.
See Also

Shell Object  | Shell Members