com.esri.arcgis.schematic
Interface ISchematicAttributeContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicAttributeContainerProxy, SchematicDiagramClass, SchematicElementClass

public interface ISchematicAttributeContainer
extends Serializable

Provides access to members that manage the schematic attribute container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ISchematicAttribute getSchematicAttribute(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.
 

Method Detail

getSchematicAttributes

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSchematicAttribute

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.