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
Create Angular Dimensions (C#)
Create Angular Dimensions (VB.NET)
Create Angular Dimensions (VBA)
Mirror Entities (JavaScript)
Add and Modify Custom Data (JavaScript)
Create Angular Dimensions (VB.NET)
Create Angular Dimensions (VBA)
Mirror Entities (JavaScript)
Add and Modify Custom Data (JavaScript)
DraftSight V1R1.2