com.esri.arcgis.schematic
Interface ISchematicBuilderRuleContainerEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicBuilderRuleContainerEditProxy, SchematicDiagramClass

public interface ISchematicBuilderRuleContainerEdit
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic builder rule container edition.' 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 IID73666094_1aec_4509_82ee_082bd861fab6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicBuilderRule addSchematicBuilderRule()
          Adds a schematic builder rules within the builder rule container.
 ISchematicBuilderRule insertSchematicBuilderRule(int orderNumber)
          Inserts a schematic builder rules at given order number within the builder rule container.
 void moveSchematicBuilderRule(ISchematicBuilderRule schematicBuilderRule, int orderNumber)
          Moves a schematic builder rules to given order number within the builder rule container.
 

Field Detail

IID73666094_1aec_4509_82ee_082bd861fab6

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

addSchematicBuilderRule

ISchematicBuilderRule addSchematicBuilderRule()
                                              throws java.io.IOException,
                                                     AutomationException
Adds a schematic builder rules within the builder rule container.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicBuilderRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insertSchematicBuilderRule

ISchematicBuilderRule insertSchematicBuilderRule(int orderNumber)
                                                 throws java.io.IOException,
                                                        AutomationException
Inserts a schematic builder rules at given order number within the builder rule container.

Parameters:
orderNumber - The orderNumber (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicBuilderRule
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

moveSchematicBuilderRule

void moveSchematicBuilderRule(ISchematicBuilderRule schematicBuilderRule,
                              int orderNumber)
                              throws java.io.IOException,
                                     AutomationException
Moves a schematic builder rules to given order number within the builder rule container.

Parameters:
schematicBuilderRule - A reference to a com.esri.arcgis.schematic.ISchematicBuilderRule (in)
orderNumber - The orderNumber (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.