com.esri.arcgis.controls
Interface IEngineSnapAgentCategory

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

public interface IEngineSnapAgentCategory
extends java.io.Serializable

COM Interface 'IEngineSnapAgentCategory'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to the category of an engine snap agent.' 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 IID26b1d0c0_ea58_4a5a_81c9_04fabc1c02c1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCategory()
          The engine snap agent category.
 

Field Detail

IID26b1d0c0_ea58_4a5a_81c9_04fabc1c02c1

static final int IID26b1d0c0_ea58_4a5a_81c9_04fabc1c02c1
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 engine snap agent category.

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