com.esri.arcgis.schematic
Interface ISchematicCollapseRelatedElementsExtended

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicCollapseRelatedElementsExtendedProxy

public interface ISchematicCollapseRelatedElementsExtended
extends java.io.Serializable

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

Description: 'Provides access to members that manage the applicative selection of the collapsed elements for the collapse related elements rule.' 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 IID5be62fc4_4247_4e3e_8cea_a2acf3f42381
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the extended criteria.
 IEnumSchematicInMemoryFeature selectElementsToCollapse(ISchematicInMemoryFeatureNode node, IEnumSchematicInMemoryFeature relatedFeatures)
          Select the schematic features to collapse.
 

Field Detail

IID5be62fc4_4247_4e3e_8cea_a2acf3f42381

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the extended criteria.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectElementsToCollapse

IEnumSchematicInMemoryFeature selectElementsToCollapse(ISchematicInMemoryFeatureNode node,
                                                       IEnumSchematicInMemoryFeature relatedFeatures)
                                                       throws java.io.IOException,
                                                              AutomationException
Select the schematic features to collapse.

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