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


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

ITerrainBlobReader.GetItemCount Method

Returns the number of attribute values contained in the blob.

[Visual Basic .NET]
Public Function GetItemCount ( _
) As Integer
[C#]
public int GetItemCount (
);
[C++]
HRESULT GetItemCount(
void
);

Product Availability

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

See Also

ITerrainBlobReader Interface