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


IDescTable.NumFields Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDescTable.NumFields Property

Number of fields in the descriptor table.

[Visual Basic .NET]
Public ReadOnly Property NumFields As Integer
[C#]
public int NumFields {get;}
[C++]
HRESULT get_NumFields(
  System.Int32* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type long*

Product Availability

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

See Also

IDescTable Interface