com.esri.arcgis.schematic
Interface ISchematicAttributeDynamic

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeDynamicProxy, SchematicAttributeDynamic

public interface ISchematicAttributeDynamic
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute dynamic -Deprecated.

Description

A Dynamic attribute is an attribute whose values are dynamically retrieved from a field or a set of fields stored in the feature class or table with which the schematic feature class is associated. The attribute values are retrieved directly from the real or virtual feature class/table each time the schematic diagram opens.

Product Availability

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


Method Summary
 String getAssociatedRowFieldName()
          Associated row field name of the schematic attribute dynamic.
 boolean isUseDomainCodeNames()
          Indicates whether or not the schematic attribute dynamic uses the domain code names.
 void setAssociatedRowFieldName(String fieldName)
          Associated row field name of the schematic attribute dynamic.
 void setUseDomainCodeNames(boolean useDomainCodeNames)
          Indicates whether or not the schematic attribute dynamic uses the domain code names.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getAssociatedRowFieldName

String getAssociatedRowFieldName()
                                 throws IOException,
                                        AutomationException
Associated row field name of the schematic attribute dynamic.

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.

setAssociatedRowFieldName

void setAssociatedRowFieldName(String fieldName)
                               throws IOException,
                                      AutomationException
Associated row field name of the schematic attribute dynamic.

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.

isUseDomainCodeNames

boolean isUseDomainCodeNames()
                             throws IOException,
                                    AutomationException
Indicates whether or not the schematic attribute dynamic uses the domain code names.

Product Availability

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

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

setUseDomainCodeNames

void setUseDomainCodeNames(boolean useDomainCodeNames)
                           throws IOException,
                                  AutomationException
Indicates whether or not the schematic attribute dynamic uses the domain code names.

Product Availability

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

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