com.esri.arcgis.schematic
Interface ISchematicBuilderRuleContainer

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

public interface ISchematicBuilderRuleContainer
extends java.io.Serializable

COM Interface 'ISchematicBuilderRuleContainer'. 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.' 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 IID84164044_dc91_4984_aa4e_755589931e1b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumSchematicBuilderRule getOrderedSchematicBuilderRules()
          Schematic ordered builder rules enumeration within the builder rule container.
 int getSchematicBuilderRuleCount()
          Number of builder rules within the builder rule container.
 

Field Detail

IID84164044_dc91_4984_aa4e_755589931e1b

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

getOrderedSchematicBuilderRules

IEnumSchematicBuilderRule getOrderedSchematicBuilderRules()
                                                          throws java.io.IOException,
                                                                 AutomationException
Schematic ordered builder rules enumeration within the builder rule container.

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

getSchematicBuilderRuleCount

int getSchematicBuilderRuleCount()
                                 throws java.io.IOException,
                                        AutomationException
Number of builder rules within the builder rule container.

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