Zooms to a rectangular extent composed of
west, south, east, north on the centralBody. The camera will be
looking straight down at the extent, with the up vector pointing
toward local north. The Axes is set
to an east-north-up axes at the center of the extent.
[Visual Basic .NET] |
---|
Public Sub ViewRectangularExtent( _
ByVal CentralBody As String, _
ByVal West As Double, _
ByVal South As Double, _
ByVal East As Double, _
ByVal North As Double _
)
|
[C#] |
---|
public void ViewRectangularExtent(
|
[Managed C++] |
---|
public: void ViewRectangularExtent(
|
[Java] |
---|
public viewRectangularExtent(
|
[Unmanaged C++] |
---|
public: HRESULT ViewRectangularExtent(
|
- CentralBody
- The Central Body that the extent is on.
- West
- The west longitude of the extent.
- South
- The south latitude of the extent.
- East
- The east longitude of the extent.
- North
- The north latitude of the extent.