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 > ITerrainBlobReader.SetBlob Method (ArcObjects .NET 10.5 SDK) |
Assigns a blob to the reader.
[Visual Basic .NET] Public Sub SetBlob ( _ ByVal pBlob As IMemoryBlobStream _ )
[C#] public void SetBlob ( IMemoryBlobStream pBlob );
[C++]
HRESULT SetBlob(
IMemoryBlobStream* pBlob
);
[C++]
Parameters pBlob [in]
pBlob is a parameter of type IMemoryBlobStream
SetBlob is used to assign a reference for a compatible BLOB to the TerrainBlobReader for interpretation.
Notes
- The BLOB referenced must be a compatible type. These include BLOBs made by the TerrainBlobWriter and the TerrainLasDataImporter.
- If you're unsure of compatibility you can test it using ITerrainBlobReader.IsKnownBlob.