com.esri.arcgis.schematic
Interface ISchematicFolderContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicFolderContainerProxy, SchematicDataset, SchematicFolder

public interface ISchematicFolderContainer
extends Serializable

Provides access to members that control the schematic folders defined within a container (that is, whithin a schematic dataset or another schematic folder).

Product Availability

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

See Also:
ISchematicFolder, ISchematicDataset

Method Summary
 ISchematicFolder getSchematicFolderByID(int iD)
          Schematic folder referenced by the specified ID.
 ISchematicFolder getSchematicFolderByName(String name)
          Schematic folder referenced by the specified Name.
 IEnumSchematicFolder getSchematicFolders()
          Schematic folders enumeration within the schematic dataset or the schematic folder container.
 

Method Detail

getSchematicFolders

IEnumSchematicFolder getSchematicFolders()
                                         throws IOException,
                                                AutomationException
Schematic folders enumeration within the schematic dataset or the schematic folder container.

Product Availability

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

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

getSchematicFolderByID

ISchematicFolder getSchematicFolderByID(int iD)
                                        throws IOException,
                                               AutomationException
Schematic folder referenced by the specified ID.

Product Availability

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

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

getSchematicFolderByName

ISchematicFolder getSchematicFolderByName(String name)
                                          throws IOException,
                                                 AutomationException
Schematic folder referenced by the specified Name.

Product Availability

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

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