This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainBlobReader Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that provide information about an attribute blob.
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.
Description | ||
---|---|---|
GetDataType | Returns the data type of the blob. | |
GetItemCount | Returns the number of attribute values contained in the blob. | |
GetValue | Returns the value of the attribute specified by the index. | |
IsKnownBlob | Indicates if Terrain can recognize the blob. | |
SetBlob | Assigns a blob to the reader. | |
SetEmpty | Uninitialize the object. |
CoClasses and Classes | Description |
---|---|
TerrainBlobReader | Esri Terrain blob reader. |