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.

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.