|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicElementContainer
COM Interface 'ISchematicElementContainer'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that control the schematic elements within a container (that is, within a schematic diagram).' 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 |
IID5d6055b2_6ded_4458_9df9_4a42004a01d1
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ISchematicElement |
getSchematicElementByName(int type,
java.lang.String name)
Schematic element referenced by the specified Name and related to specified element type. |
IEnumSchematicElement |
getSchematicElements()
Schematic elements enumeration within the container. |
IEnumSchematicElement |
getSchematicElementsByType(int type)
Schematic elements referenced by the specified element type. |
| Field Detail |
|---|
static final int IID5d6055b2_6ded_4458_9df9_4a42004a01d1
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IEnumSchematicElement getSchematicElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicElement getSchematicElementsByType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicElement getSchematicElementByName(int type,
java.lang.String name)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||