Zoom Method (IApplication) Send Feedback
See Also  Example
Range
Range as defined in dsZoomRange_e
LowerLeftDblArray
Array of three doubles indicating the lower-left corner of the zoom area
UpperRightDblArray
Array of three doubles indicating the upper-right corner of the zoom area
Zooms to a region of the drawing determined by the specified range and entities.

Syntax

Visual Basic 
Sub Zoom( _
   ByVal Range As dsZoomRange_e, _
   ByVal LowerLeftDblArray As System.Object, _
   ByVal UpperRightDblArray As System.Object _
) 
C# 
void Zoom( 
   dsZoomRange_e Range,
   System.object LowerLeftDblArray,
   System.object UpperRightDblArray
)
JavaScript 
Zoom( 
   Range : String,
   LowerLeftDblArray : Array,
   UpperRightDblArray : Array
)
COM native C++ 
HRESULT Zoom( 
   dsZoomRange_e Range,
   VARIANT LowerLeftDblArray,
   VARIANT UpperRightDblArray
) 
C++ 
DSRESULT Zoom( 
   dsZoomRange_e Range,
   const dsDoubleArray& LowerLeftDblArray,
   const dsDoubleArray& UpperRightDblArray
) 

Parameters

Range
Range as defined in dsZoomRange_e
LowerLeftDblArray
Array of three doubles indicating the lower-left corner of the zoom area
UpperRightDblArray
Array of three doubles indicating the upper-right corner of the zoom area

Example

 

See Also

Availability

DraftSight V1R1.2