|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeField
Provides access to members that manage the schematic attribute field.
An attribute Field is an attribute whose values are found in one or more fields returned by the custom query specified for the diagram template or schematic feature class to which it is related, or for the case where there is no custom query in field(s) in the schematic diagram class table or schematic feature class themselves.
Method Summary | |
---|---|
Object |
getFieldNames()
Fields names of the schematic attribute field. |
void |
setFieldNames(Object fieldNames)
Fields names of the schematic attribute field. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Method Detail |
---|
Object getFieldNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldNames(Object fieldNames) throws IOException, AutomationException
fieldNames
- A Variant (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 |