com.esri.arcgis.schematic
Interface ISchematicAttributeStatic

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeStaticProxy, SchematicAttributeStatic

public interface ISchematicAttributeStatic
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute static.

Product Availability

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


Method Summary
 String getAssociatedRowFieldName()
          Associated row field name of the schematic attribute static.
 boolean isUseDomainCodeNames()
          Indicates whether or not the schematic attribute static uses the domain code names.
 void setAssociatedRowFieldName(String fieldName)
          Associated row field name of the schematic attribute static.
 void setUseDomainCodeNames(boolean useDomainCodeNames)
          Indicates whether or not the schematic attribute static 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 static.

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 static.

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 static 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 static 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.