Click or drag to resize

CameraViewExtent Method (CentralBody, CartographicExtent)

Zooms to a CartographicExtent 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 extent.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ViewExtent(
	CentralBody centralBody,
	CartographicExtent extent
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody that the extent is on.
extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The CartographicExtent to be viewed.
See Also