com.esri.arcgis.schematic
Interface ISchematicAttributeDesign

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeDesignProxy, SchematicDiagramClass, SchematicElementClass

public interface ISchematicAttributeDesign
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic attribute design.' 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 IIDc49fa756_93ea_4c44_841e_9ac838ba3989
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void alterSchematicAttributeCLSID(java.lang.String name, IUID uID)
          Changes the schematic attribute CLSID.
 

Field Detail

IIDc49fa756_93ea_4c44_841e_9ac838ba3989

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

alterSchematicAttributeCLSID

void alterSchematicAttributeCLSID(java.lang.String name,
                                  IUID uID)
                                  throws java.io.IOException,
                                         AutomationException
Changes the schematic attribute CLSID.

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