ArcObjects Library Reference (GeoDatabaseExtensions)  

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

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.

CoClasses that implement ITerrainBlobWriter

CoClasses and Classes Description
TerrainBlobWriter Esri Terrain blob writer.