ArcObjects Library Reference (Controls)  

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

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

Remarks

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