com.esri.arcgis.schematic
Interface ISchematicCollapseRelatedElementsExtended

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicCollapseRelatedElementsExtendedProxy

public interface ISchematicCollapseRelatedElementsExtended
extends Serializable

Provides access to members that manage the applicative selection of the collapsed elements for the collapse related elements rule.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
ISchematicRule, ISchematicNodeReductionExtended

Method Summary
 String getName()
          Name of the applicative selection.
 void selectElementsToCollapse(ISchematicNode node, IEnumSchematicElement relatedElements, IEnumSchematicElement[] elementsToCollapse)
          Select the schematic elements to collapse.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the applicative selection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

selectElementsToCollapse

void selectElementsToCollapse(ISchematicNode node,
                              IEnumSchematicElement relatedElements,
                              IEnumSchematicElement[] elementsToCollapse)
                              throws IOException,
                                     AutomationException
Select the schematic elements to collapse.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
node - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
relatedElements - A reference to a com.esri.arcgis.schematic.IEnumSchematicElement (in)
elementsToCollapse - A reference to a com.esri.arcgis.schematic.IEnumSchematicElement (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.