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