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


IEngineFeatureSnapAgent.HitType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineFeatureSnapAgent Interface > IEngineFeatureSnapAgent.HitType Property
ArcGIS Developer Help

IEngineFeatureSnapAgent.HitType Property

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

[Visual Basic .NET]
Public Property HitType As esriGeometryHitPartType
[C#]
public esriGeometryHitPartType HitType {get; set;}
[C++]
HRESULT get_HitType(
  esriGeometryHitPartType HitType
);
[C++]
HRESULT put_HitType(
  esriGeometryHitPartType* HitType
);
[C++]
Parameters
HitType [in]

HitType is a parameter of type esriGeometryHitPartType HitType [out, retval]
HitType is a parameter of type esriGeometryHitPartType*

Product Availability

Available with ArcGIS Engine.

See Also

IEngineFeatureSnapAgent Interface

.NET Samples

Managing snap agents