QuantizedMeshTilesetMetadataBounds Property  | 
 
            Gets the bounds of the tileset.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CartographicExtent Bounds { get; }Public ReadOnly Property Bounds As CartographicExtent
	Get
public:
property CartographicExtent^ Bounds {
	CartographicExtent^ get ();
}member Bounds : CartographicExtent with get
Property Value
Type: 
CartographicExtent
See Also