This document is archived and information here might be outdated.  Recommended version.


ITerrainBlockCursor Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainBlockCursor Interface
ArcGIS Developer Help

ITerrainBlockCursor Interface

Provides access to TerrainBlockCursor object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property BlockCount The number of blocks in the cursor.
Method Next Returns next block in the form of rows and columns.
Method NextAsTin Returns next block as a reference to a TIN object.
Method Reset Resets the cursor to point to the first block.

Classes that implement ITerrainBlockCursor

Classes Description
TerrainBlockCursor Esri TerrainBlockCursor object.