com.esri.arcgis.schematic
Interface ISchematicDatasetName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDatasetNameProxy, SchematicDatasetName

public interface ISchematicDatasetName
extends java.io.Serializable

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

Description: 'Provides access to members that supply schematic dataset name information.' 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 IID308286ba_b49b_4f9e_bb51_a4d8ee4a8662
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumDatasetName getSchematicDiagramNames()
          Schematic diagrams' names stored in the schematic dataset name.
 IEnumDatasetName getSubFolderNames()
          Subfolder names contained within the schematic dataset name.
 

Field Detail

IID308286ba_b49b_4f9e_bb51_a4d8ee4a8662

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

getSubFolderNames

IEnumDatasetName getSubFolderNames()
                                   throws java.io.IOException,
                                          AutomationException
Subfolder names contained within the schematic dataset name.

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

getSchematicDiagramNames

IEnumDatasetName getSchematicDiagramNames()
                                          throws java.io.IOException,
                                                 AutomationException
Schematic diagrams' names stored in the schematic dataset name.

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