|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeDynamic
Provides access to members that manage the schematic attribute dynamic -Deprecated.
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.
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 |
---|
String getAssociatedRowFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAssociatedRowFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseDomainCodeNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseDomainCodeNames(boolean useDomainCodeNames) throws IOException, AutomationException
useDomainCodeNames
- The useDomainCodeNames (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 |