This document is archived and information here might be outdated. Recommended version. |
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*
IsKnownBlob returns TRUE if the BLOB is recognized as a supported type as created by the TerrainLasDataImporter or the TerrainBlobWriter.