com.esri.arcgis.schematic
Interface ISchematicFeatureValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicFeatureValue

public interface ISchematicFeatureValue
extends Serializable

Provides access to members that control the schematic feature value.

Product Availability

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


Method Summary
 Object getAssociatedFeatureValue(INgElement element, String fieldsName)
          Returns the value for the specified field names for the feature associated with the specified graphic element.
 void initialize(INgProject ngProject)
          Initializes the schematic feature value for the specified graphic project.
 

Method Detail

initialize

void initialize(INgProject ngProject)
                throws IOException,
                       AutomationException
Initializes the schematic feature value for the specified graphic project.

Product Availability

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

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

getAssociatedFeatureValue

Object getAssociatedFeatureValue(INgElement element,
                                 String fieldsName)
                                 throws IOException,
                                        AutomationException
Returns the value for the specified field names for the feature associated with the specified graphic element.

Product Availability

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

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