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 applicative selection of 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
 String evaluate(ISchematicInMemoryFeature schematicFeature)
          Evaluate the schematic feature to get a string in a right format.
 String getName()
          Name of the extended criteria.
 

Method Detail

getName

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

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

String evaluate(ISchematicInMemoryFeature schematicFeature)
                throws IOException,
                       AutomationException
Evaluate the schematic feature to get a string in a right format.

Product Availability

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

Parameters:
schematicFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.