Solid Edge Draft Type Library
GetRange2d Method
Minimum point of the range.
Minimum point of the range.
Maximum point of the range.
Maximum point of the range.
Description
Returns the 2d range.
Syntax
Visual Basic
Public Sub GetRange2d( _
   ByRef XMin As Double, _
   ByRef YMin As Double, _
   ByRef XMax As Double, _
   ByRef YMax As Double _
) 
Parameters
XMin
Minimum point of the range.
YMin
Minimum point of the range.
XMax
Maximum point of the range.
YMax
Maximum point of the range.
Remarks
This method returns the minimum and maximum two-dimensional range points for the referenced ModelMember object.
See Also

ModelMember Object  | ModelMember Members