com.esri.arcgis.schematic
Interface ISchematicOperation

All Superinterfaces:
IOperation, java.io.Serializable
All Known Implementing Classes:
ISchematicOperationProxy, SchematicOperation

public interface ISchematicOperation
extends IOperation, java.io.Serializable

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

Description: 'Provides access to members that control the schematic operation.' 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 IID5656c6be_de1f_429e_985b_68878576ab16
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.systemUI.IOperation
IID80a807ab_7bb9_11d0_87ec_080009ec732a
 
Method Summary
 void abortOperation()
          Abort a schematic operation.
 void onAddOperation()
          Executed when the operation is added in the stack.
 void startOperation(java.lang.String menuString, java.lang.Object hook, ISchematicLayer schematicLayer, boolean editionOperation)
          Start a new schematic operation.
 void stopOperation()
          Stop a schematic operation.
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Field Detail

IID5656c6be_de1f_429e_985b_68878576ab16

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

startOperation

void startOperation(java.lang.String menuString,
                    java.lang.Object hook,
                    ISchematicLayer schematicLayer,
                    boolean editionOperation)
                    throws java.io.IOException,
                           AutomationException
Start a new schematic operation.

Parameters:
menuString - The menuString (in)
hook - A reference to another Automation Object (IDispatch) (in)
schematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (in)
editionOperation - The editionOperation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopOperation

void stopOperation()
                   throws java.io.IOException,
                          AutomationException
Stop a schematic operation.

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

abortOperation

void abortOperation()
                    throws java.io.IOException,
                           AutomationException
Abort a schematic operation.

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

onAddOperation

void onAddOperation()
                    throws java.io.IOException,
                           AutomationException
Executed when the operation is added in the stack.

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