SwdNewWindow Method
Creates a new window based on the current SIS Workspace Definition (SWD), with the given view.
Visual Basic |
---|
Public Function SwdNewWindow( _
ByRef x1 As Double, _
ByRef y1 As Double, _
ByRef z1 As Double, _
ByVal x2 As Double, _
ByVal y2 As Double, _
ByVal z2 As Double _
) As Integer
|
- x1
- The first x coordinate of the rectangular extent of the view in the new window, in metres.
- y1
- The first y coordinate of the rectangular extent of the view in the new window, in metres.
- z1
- The first z coordinate of the rectangular extent of the view in the new window, in metres.
- x2
- The second x coordinate of the rectangular extent of the view in the new window, in metres.
- y2
- The second y coordinate of the rectangular extent of the view in the new window, in metres.
- z2
- The second z coordinate of the rectangular extent of the view in the new window, in metres.
Available: D
Groups:
sis.SwdNewWindow (0, 0, 0, 200, 200, 0)
Creates a new SWD based on the extents 0, 0, 0, 200, 200, 0 based on the current SWD.