com.esri.arcgis.schematic
Interface ISchematicAttributeContainer

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

public interface ISchematicAttributeContainer
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute 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 IID98d2e810_bf2b_43a6_adf4_71a8e8b6b7e6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicAttribute getSchematicAttribute(java.lang.String name, boolean recursiveSearch)
          Retrives recursively or not the schematic attribute referenced by the specified Name.
 IEnumSchematicAttribute getSchematicAttributes()
          Schematic attributes enumeration within the schematic attribute container.
 

Field Detail

IID98d2e810_bf2b_43a6_adf4_71a8e8b6b7e6

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

getSchematicAttributes

IEnumSchematicAttribute getSchematicAttributes()
                                               throws java.io.IOException,
                                                      AutomationException
Schematic attributes enumeration within the schematic attribute container.

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

getSchematicAttribute

ISchematicAttribute getSchematicAttribute(java.lang.String name,
                                          boolean recursiveSearch)
                                          throws java.io.IOException,
                                                 AutomationException
Retrives recursively or not the schematic attribute referenced by the specified Name.

Parameters:
name - The name (in)
recursiveSearch - The recursiveSearch (in, optional, pass false if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAttribute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.