QuantizedMeshTilesetMetadataAvailableTiles Property |
Gets the available tiles in the tileset.
For each zoom level, the corresponding index in the list contains a list of tile ranges that are available.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<List<QuantizedMeshTileRange>> AvailableTiles { get; }
Public ReadOnly Property AvailableTiles As List(Of List(Of QuantizedMeshTileRange))
Get
public:
property List<List<QuantizedMeshTileRange^>^>^ AvailableTiles {
List<List<QuantizedMeshTileRange^>^>^ get ();
}
member AvailableTiles : List<List<QuantizedMeshTileRange>> with get
Property Value
Type:
ListListQuantizedMeshTileRangeSee Also