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 | ||
---|---|---|
AddValue | Adds an attribute value to the blob. | |
BeginAddingValue | Initialize a new blob with the specified data type. | |
EndAddingValue | Completes writing the blob and returns a reference to the blob object. | |
GetItemCount | Returns the number of attribute values contained in the blob. |
CoClasses that implement ITerrainBlobWriter
CoClasses and Classes | Description |
---|---|
TerrainBlobWriter | ESRI Terrain blob writer. |