com.esri.arcgis.schematic
Interface ISchematicDiagramClassLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramClassLayerProxy, SchematicLayer

public interface ISchematicDiagramClassLayer
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic diagram class layer functionality.' 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 IID07db6f2e_f936_4127_b5f2_6a6d7b339f05
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicLayer getCloneAsTemplate()
          Clone the schematic diagram class layer as a schematic layer template.
 ISchematicDiagramClass getSchematicDiagramClass()
          Schematic diagram class of the schematic layer.
 

Field Detail

IID07db6f2e_f936_4127_b5f2_6a6d7b339f05

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

getSchematicDiagramClass

ISchematicDiagramClass getSchematicDiagramClass()
                                                throws java.io.IOException,
                                                       AutomationException
Schematic diagram class of the schematic layer.

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

getCloneAsTemplate

ISchematicLayer getCloneAsTemplate()
                                   throws java.io.IOException,
                                          AutomationException
Clone the schematic diagram class layer as a schematic layer template.

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