|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributeScript
Provides access to members that control the script attribute.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
INgAttributes |
getAttributes()
List of the attributes input of the script. |
String |
getName()
Name of the script attribute. |
String |
getScript()
Script to eval. |
void |
setAttributes(INgAttributes pVal)
List of the attributes input of the script. |
void |
setName(String pVal)
Name of the script attribute. |
void |
setScript(String pVal)
Script to eval. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
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 getScript()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScript(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 | ||||||||