com.esri.arcgis.editor
Interface ISnapAgentFeedback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureSnap, ISnapAgentFeedbackProxy

public interface ISnapAgentFeedback
extends java.io.Serializable

COM Interface 'ISnapAgentFeedback'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to feedback in the form of a string to determine what was snapped to.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID475742fa_d9e2_4c41_ba2a_ba86d044cdc1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSnapText()
          Snap Agent Feedback string.
 

Field Detail

IID475742fa_d9e2_4c41_ba2a_ba86d044cdc1

static final int IID475742fa_d9e2_4c41_ba2a_ba86d044cdc1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSnapText

java.lang.String getSnapText()
                             throws java.io.IOException,
                                    AutomationException
Snap Agent Feedback string.

Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.