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


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

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(
void
);

Product Availability

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

See Also

ITerrainBlobReader Interface