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.2.419.0 (24.2.419.0)
Syntax public CartographicExtent BoundingExtentNativeUnits { get; protected set; }
Public Property BoundingExtentNativeUnits As CartographicExtent
Get
Protected Set
public:
property CartographicExtent^ BoundingExtentNativeUnits {
CartographicExtent^ get ();
protected: void set (CartographicExtent^ value);
}
member BoundingExtentNativeUnits : CartographicExtent with get, set
Property Value
Type:
CartographicExtentSee Also