|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAlgorithmParameters
Provides access to members that control the parameters of a schematic algorithm.
ISchematicAlgorithmSheet,
ISchematicAlgorithm,
ISchematicAlgorithmPage| Method Summary | |
|---|---|
INgNames |
getParameterNames()
List of the names for the schematic algorithm parameters. |
Object |
getParameterValue(String name)
List of the values for the schematic algorithm parameters. |
void |
setParameterValue(String name,
Object value)
List of the values for the schematic algorithm parameters. |
| Method Detail |
|---|
INgNames getParameterNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmParameters.setParameterValue(String, java.lang.Object)
void setParameterValue(String name,
Object value)
throws IOException,
AutomationException
name - The name (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getParameterValue(String name)
throws IOException,
AutomationException
name - The name (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 | ||||||||