Click or drag to resize

TerrainProviderBoundingExtentNativeUnits Property

Gets or sets the smallest rectangular extent that bounds the terrain provided by this terrain provider. The returned extent's edges are expressed in the native units of the terrain provider.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CartographicExtent BoundingExtentNativeUnits { get; protected set; }

Property Value

Type: CartographicExtent
See Also