|
|||||||||
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.
An attribute Script is an attribute whose values will be computed by a VB script. This type of attribute may be used instead of a Function attribute in many cases. Configuring Script schematic attribute parameters consists of specifying that VB 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
Any VB Script statement (Looping, If, Select,... statement) or VB expression can be interpreted.
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 |