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


IARFeature.FieldCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeature Interface > IARFeature.FieldCount Property
ArcGIS Developer Help

IARFeature.FieldCount Property

The number of fields in the field collection.

[Visual Basic .NET]
Public ReadOnly Property FieldCount As Integer
[C#]
public int FieldCount {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The FieldCount property returns the number of fields in the ARFeature's field collection. There is always at least one field within the field collection.

 

Errors Returned

2019 800A07E3: The feature is invalid and has not been initialized

See Also

IARFeature Interface