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


ITerrainBlobReader.GetDataType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainBlobReader.GetDataType Method

Returns the data type of the blob.

[Visual Basic .NET]
Public Function GetDataType ( _
) As esriTerrainBlobDataType
[C#]
public esriTerrainBlobDataType GetDataType (
);
[C++]
HRESULT GetDataType(
  esriTerrainBlobDataType* pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriTerrainBlobDataType

Product Availability

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

See Also

ITerrainBlobReader Interface