com.esri.arcgis.systemUI
Interface ICommandSubType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ControlsInkEraserTool, ControlsInkHighlightTool, ControlsInkPenTool, ICommandSubTypeProxy

public interface ICommandSubType
extends java.io.Serializable

COM Interface 'ICommandSubType'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to members that define a subtyped command.' 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 IID5a141a5b_d096_11d1_b9a9_080009ee4e51
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of commands defined with this CLSID.
 void setSubType(int subType)
          The subtype of the command.
 

Field Detail

IID5a141a5b_d096_11d1_b9a9_080009ee4e51

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

setSubType

void setSubType(int subType)
                throws java.io.IOException,
                       AutomationException
The subtype of the command.

Parameters:
subType - The subType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of commands defined with this CLSID.

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