|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributeFormatted
Provides access to members that control the attribute formatted.
An attribute formatted lets you spawn a new attribute by formatting existing attributes and/or formatting string.
INgAttribute| Method Summary | |
|---|---|
INgAttributes |
getAttributes()
List of the attributes to be formatted. |
String |
getFormat()
C-language compliant format of the resulting attribute. |
String |
getName()
Name of the attribute formatted. |
void |
setAttributes(INgAttributes pVal)
List of the attributes to be formatted. |
void |
setFormat(String pVal)
C-language compliant format of the resulting attribute. |
void |
setName(String pVal)
Name of the attribute formatted. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the formatted 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.
String getFormat()
throws IOException,
AutomationException
Use %s when the values of the concatenated attribute are string values, %e for double values and %d for integer values.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFormat(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgAttributes getAttributes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAttributes(INgAttributes pVal)
throws IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.schematic.INgAttributes (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 | ||||||||