com.esri.arcgis.schematic
Interface ISchematicAttributeField

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeFieldProxy, SchematicAttributeField

public interface ISchematicAttributeField
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute field.

Product Availability

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


Method Summary
 Object getFieldNames()
          Fields names of the schematic attribute field.
 void setFieldNames(Object fieldNames)
          Fields names of the schematic attribute field.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getFieldNames

Object getFieldNames()
                     throws IOException,
                            AutomationException
Fields names of the schematic attribute field.

Product Availability

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

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

setFieldNames

void setFieldNames(Object fieldNames)
                   throws IOException,
                          AutomationException
Fields names of the schematic attribute field.

Product Availability

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

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