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


IARFeatureSet.ARFeatureCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (PublisherControls)  

IARFeatureSet.ARFeatureCount Property

The number of features in the ARFeatureSet.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARFeatureCount property returns the number of ARFeature's within the ARFeatureSet.

See Also

IARFeatureSet Interface