|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeAssociatedField
Provides access to members that manage the schematic attribute associated field.
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.
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.
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 |
---|
String getAssociatedFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAssociatedFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |