com.esri.arcgis.schematic
Interface ISchematicFolderContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicFolderContainerProxy, SchematicDataset, SchematicFolder

public interface ISchematicFolderContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic folders defined within a container (that is, whithin a schematic dataset or another schematic folder).' 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 IID41fd8da6_930d_49b8_91bb_1217ee77c6c2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicFolder getSchematicFolderByID(int iD)
          Schematic folder referenced by the specified ID.
 ISchematicFolder getSchematicFolderByName(java.lang.String name)
          Schematic folder referenced by the specified Name.
 IEnumSchematicFolder getSchematicFolders()
          Schematic folders enumeration within the schematic dataset or the schematic folder container.
 

Field Detail

IID41fd8da6_930d_49b8_91bb_1217ee77c6c2

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

getSchematicFolders

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

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

getSchematicFolderByID

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

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

getSchematicFolderByName

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

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