ArcObjects Library Reference (GeoDatabaseExtensions)  

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,
  VARIANT_BOOL* pbIsKnown
);
[C++]

Parameters

pBlob [in]

  pBlob is a parameter of type IMemoryBlobStream

pbIsKnown [out, retval]   pbIsKnown is a parameter of type VARIANT_BOOL

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