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


IFeatureSnapAgent.FeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IF > IFeatureSnapAgent Interface > IFeatureSnapAgent.FeatureClass Property
ArcGIS Developer Help

IFeatureSnapAgent.FeatureClass Property

The featureclass the feature snap agent snaps to.

[Visual Basic .NET]
Public Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Specifies the feature class the snap agent will attempt to snap to.

See Also

IFeatureSnapAgent Interface