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


IFeatureSnapAgent.HitType 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.HitType Property
ArcGIS Developer Help

IFeatureSnapAgent.HitType Property

The part of a geometry the feature snap agent snaps to.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to specify the part of a geometry the FeatureSnapAgent should snap to. HitType must be set to one of the members of the esriGeometryHitPartType enumeration. Valid types are:       

esriGeometryPartBoundary
esriGeometryPartCentroid
esriGeometryPartEndpoint
esriGeometryPartMidpoint
esriGeometryPartNone
esriGeometryPartVertex

See Also

IFeatureSnapAgent Interface