|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISnapAgentFeedback
Provides access to feedback in the form of a string to determine what was snapped to.
ISnapFeedback is used to provide information when a snap agent's Snap method returns True. A small semi-transparent window is shown containing some descriptive text about what snap agent was used. The visibility of these windows in controlled by the IEditProperties2::SnapTips property.
Implement this interface when creating custom snap agents if you want to utilize this functionality. Implementing this interface is optional.
Method Summary | |
---|---|
String |
getSnapText()
Snap Agent Feedback string. |
Method Detail |
---|
String getSnapText() throws IOException, AutomationException
SnapText is used to populate the semi-transparent window that appears when a snap agent's Snap method returns true.
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 |