Zooms to the specified region.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ViewZoomTo2( _
ByVal X1 As Double, _
ByVal Y1 As Double, _
ByVal Z1 As Double, _
ByVal X2 As Double, _
ByVal Y2 As Double, _
ByVal Z2 As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim X1 As Double
Dim Y1 As Double
Dim Z1 As Double
Dim X2 As Double
Dim Y2 As Double
Dim Z2 As Double
instance.ViewZoomTo2(X1, Y1, Z1, X2, Y2, Z2)
|
C# | |
---|
void ViewZoomTo2(
double X1,
double Y1,
double Z1,
double X2,
double Y2,
double Z2
) |
C++/CLI | |
---|
void ViewZoomTo2(
& double X1,
& double Y1,
& double Z1,
& double X2,
& double Y2,
& double Z2
) |
Parameters
- X1
- X value for the lower-left point of the zoom area
- Y1
- Y value for the lower- left point of the zoom area
- Z1
- Z value for the lower-left point of the zoom area
- X2
- X value for the upper-right point of the zoom area
- Y2
- Y value for the upper-right point of the zoom area
- Z2
- Z value for the upper-right point of the zoom area
Example
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0