|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeScript
Provides access to members that manage the schematic attribute script.
Method Summary | |
---|---|
Object |
getParameterNames()
Parameters names of the schematic attribute script. |
String |
getScript()
Script of the schematic attribute script. |
void |
setParameterNames(Object names)
Parameters names of the schematic attribute script. |
void |
setScript(String script)
Script of the schematic attribute script. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Method Detail |
---|
String getScript() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScript(String script) throws IOException, AutomationException
script
- The script (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getParameterNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterNames(Object names) throws IOException, AutomationException
names
- 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 |