ArcObjects Library Reference (Controls)  

IEngineFeatureSnapAgent.HitType Property

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

ERROR: Syntax information about IEngineFeatureSnapAgent.HitType may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_HitType(
  esriGeometryHitPartType* HitType
);
[C++]
HRESULT put_HitType(
  esriGeometryHitPartType HitType
);
[C++]

Parameters

HitType [out, retval]

  HitType is a parameter of type esriGeometryHitPartType

HitType [in]

  HitType is a parameter of type esriGeometryHitPartType

Product Availability

Available with ArcGIS Engine.

See Also

IEngineFeatureSnapAgent Interface

.NET Samples

Managing snap agents (Code Files: SnapEditorForm)

.NET Related Topics

How to work with the snap environment