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


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

ITerrainBlobReader Interface

Provides access to members that provide information about an attribute blob.

Product Availability

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

Description

ITerrainBlobReader provides methods to access terrain related attributes (e.g., lidar intensity) packed into binary large objects (BLOBs). The BLOBs are used as a means of storing per vertex attribution for points clustered into multipoint shapes.

Members

Name Description
Method GetDataType Returns the data type of the blob.
Method GetItemCount Returns the number of attribute values contained in the blob.
Method GetValue Returns the value of the attribute specified by the index.
Method IsKnownBlob Indicates if Terrain can recognize the blob.
Method SetBlob Assigns a blob to the reader.
Method SetEmpty Uninitialize the object.

Classes that implement ITerrainBlobReader

Classes Description
TerrainBlobReader Esri Terrain blob reader.