TerrainProvider.BoundingExtent 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
CartographicExtent
See Also