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


IFieldsEdit.FieldCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldsEdit Interface > IFieldsEdit.FieldCount Property
ArcGIS Developer Help

IFieldsEdit.FieldCount Property

The Number of fields in this field collection.

[Visual Basic .NET]
Public WriteOnly Property FieldCount_2
[C#]
public void FieldCount_2 {set;}
[C++]
HRESULT put_FieldCount(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IFieldsEdit Interface