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


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

ITerrainBlobWriter Interface

Provides access to members that construct an attribute blob.

Product Availability

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

Description

ITerrainBlobWriter provides methods for creating BLOBs that can be interpreted/read by the TerrainBlobReader.

Members

Name Description
Method AddValue Adds an attribute value to the blob.
Method BeginAddingValue Initialize a new blob with the specified data type.
Method EndAddingValue Completes writing the blob and returns a reference to the blob object.
Method GetItemCount Returns the number of attribute values contained in the blob.

Classes that implement ITerrainBlobWriter

Classes Description
TerrainBlobWriter Esri Terrain blob writer.