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