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


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

IEngineSnapAgentCategory Interface

Provides access to the category of an engine snap agent.

Product Availability

Available with ArcGIS Engine.

When To Use

IEngineSnapAgentCategory provides a mechanism to organize and group custom SnapAgents.  Custom EngineSnapAgents are listed in the lower half of the Snapping dialog.  Implement this interface if you want to place your snap agent into a particular category.

Members

Name Description
Read-only property Category The engine snap agent category.

Classes that implement IEngineSnapAgentCategory

Classes Description

Remarks

EngineFeatureSnap agents do not implement this interface.  You should check the type of SnapAgent before attempting to access this interface.