|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeStatic
Provides access to members that manage the schematic attribute static.
A Static attribute is an attribute whose values are 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 when the schematic diagram is generated/updated.
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 |
---|
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 |