EnsureOpenWithin Method
Description
Forces datasets in the current window to open any items within the given extents, at the given scale.
Syntax
Visual Basic |
---|
Public Function EnsureOpenWithin( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal z1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal z2 As Double, _ ByVal s As Double _ ) As Integer |
Parameters
- x1
- The first x coordinate of the cuboid within which all items will be opened.
- y1
- The first y coordinate of the cuboid within which all items will be opened.
- z1
- The first z coordinate of the cuboid within which all items will be opened.
- x2
- The second x coordinate of the cuboid within which all items will be opened.
- y2
- The second y coordinate of the cuboid within which all items will be opened.
- z2
- The second z coordinate of the cuboid within which all items will be opened.
- s
- The scale at which to open items.
Remarks
Available: GEO D OD OM OV SISpy
Groups:
Example
sis.EnsureOpenWithin ( 540000, 230000, 0, 540123, 230234, 0, 1250)