com.esri.arcgis.schematic
Interface ISchematicAttributeAssociatedField

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeAssociatedFieldProxy, SchematicAttributeAssociatedField

public interface ISchematicAttributeAssociatedField
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute associated field.

Description

An Associated Field attribute can be configured on schematic feature classes for which the associated object class is specified. The values for this type of attribute are retrieved from a field stored in the feature class or table with which the schematic feature class is associated.

Remarks

This type of attributeis new in version 10.0. Depending on the evaluationMode set for this attribute, it replaces the Dynamic or Static type of attributes in Schematics prior to 10.

Product Availability

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


Method Summary
 String getAssociatedFieldName()
          Associated field name of the schematic attribute associated field.
 void setAssociatedFieldName(String fieldName)
          Associated field name of the schematic attribute associated field.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getAssociatedFieldName

String getAssociatedFieldName()
                              throws IOException,
                                     AutomationException
Associated field name of the schematic attribute associated field.

Product Availability

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

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

setAssociatedFieldName

void setAssociatedFieldName(String fieldName)
                            throws IOException,
                                   AutomationException
Associated field name of the schematic attribute associated field.

Product Availability

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

Parameters:
fieldName - The fieldName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.