com.esri.arcgis.editor
Interface ISnapAgentCategory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISnapAgentCategoryProxy

public interface ISnapAgentCategory
extends java.io.Serializable

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

Description: 'Provides access to the categories of SnapAgents.' 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 IIDd26a4ac5_6bda_483c_b39d_6562d08d45cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCategory()
          The Snap Agent category.
 

Field Detail

IIDd26a4ac5_6bda_483c_b39d_6562d08d45cc

static final int IIDd26a4ac5_6bda_483c_b39d_6562d08d45cc
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

getCategory

java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
The Snap Agent category.

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