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


ITerrainBlobReader.IsKnownBlob Method (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 > ITerrainBlobReader.IsKnownBlob Method
ArcGIS Developer Help

ITerrainBlobReader.IsKnownBlob Method

Indicates if Terrain can recognize the blob.

[Visual Basic .NET]
Public Function IsKnownBlob ( _
    ByVal pBlob As IMemoryBlobStream _
) As Boolean
[C#]
public bool IsKnownBlob (
    IMemoryBlobStream pBlob
);
[C++]
HRESULT IsKnownBlob(
  IMemoryBlobStream* pBlob
);
[C++]
Parameters
pBlob [in]

pBlob is a parameter of type IMemoryBlobStream*

Product Availability

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

Description

IsKnownBlob returns TRUE if the BLOB is recognized as a supported type as created by the TerrainLasDataImporter or the TerrainBlobWriter.

See Also

ITerrainBlobReader Interface