com.esri.arcgis.schematic
Interface ISchematicExpandLinksByAttributeExtended

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicExpandLinksByAttributeExtendedProxy

public interface ISchematicExpandLinksByAttributeExtended
extends Serializable

Provides access to members that manage the expand links by attribute rule.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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

See Also:
ISchematicRule, ISchematicNodeReductionExtended, ISchematicCollapseRelatedElementsExtended

Method Summary
 void evaluate(ISchematicElement pSchematicElement, String[] pbstrValue)
          Evaluate the schematic element to get a string in a right format.
 String getName()
          Name of the applicative selection.
 

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.

evaluate

void evaluate(ISchematicElement pSchematicElement,
              String[] pbstrValue)
              throws IOException,
                     AutomationException
Evaluate the schematic element to get a string in a right format.

Product Availability

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

Parameters:
pSchematicElement - A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
pbstrValue - The pbstrValue (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.