|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineSnapAgentCategory
Provides access to the category of an engine snap agent.
EngineFeatureSnap agents do not implement this interface. You should check the type of SnapAgent before attempting to access this interface.
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.
Method Summary | |
---|---|
String |
getCategory()
The engine snap agent category. |
Method Detail |
---|
String getCategory() throws IOException, AutomationException
Category returns the name of each top-level node in the lower-half of the Snapping Environment dialog.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |