ArcObjects Library Reference (Editor)  

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