|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISnapAgentCategory
Provides access to the categories of SnapAgents.
FeatureSnap agents do not implement this interface. You should check the type of SnapAgent before attempting to access this interface.
ISnapAgentCategory provides a mechanism to organize and group SnapAgents. Custom SnapAgents are listed in the lower half of the Editor's Snapping dialog. Implement this interface if you want to place your snap agent into a particular category.
Method Summary | |
---|---|
String |
getCategory()
The 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 Editor's 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 |