|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributeField
Provides access to members that control the attribute field.
An attribute field is a specific attribute whose values are found in a field or a set of fields returned by the query set for the object type (that is, the element type or the diagram type) it is related to.
INgAttribute| Method Summary | |
|---|---|
INgNames |
getFieldNames()
List of the field names that build the attribute field. |
String |
getName()
Name of the attribute field. |
void |
setFieldNames(INgNames pVal)
List of the field names that build the attribute field. |
void |
setName(String pVal)
Name of the attribute field. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the field attribute is created
- either by calling the INgObjectType CreateAttribute method in the program code,
- or through ArcGIS Schematics Designer, when the attribute has been created.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgNames getFieldNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldNames(INgNames pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.schematic.INgNames (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 | ||||||||