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.
See Also

CurvePath Object  | CurvePath Members

Send comments on this topic.