AGI STK Graphics 11 Send comments on this topic.
ViewRectangularExtent Method (IAgStkGraphicsCamera)
See Also 
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.





Description

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.

Syntax

[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(
string CentralBody,
double West,
double South,
double East,
double North
);

[Managed C++]
public: void ViewRectangularExtent(
String __gc ^ CentralBody,
double West,
double South,
double East,
double North
);

[Java]
public  viewRectangularExtent(
String CentralBody,
double West,
double South,
double East,
double North
);

[Unmanaged C++]
public: HRESULT ViewRectangularExtent(
BSTR CentralBody,
double West,
double South,
double East,
double North
);

Parameters

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.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1