Namespace: NextDesign.Desktop
Description
Provides script parameters.
Affiliation area
| Name | Description |
|---|
| global | A group of APIs that access the execution environment and execution state of the extension. |
Property
| Name | Description |
|---|
| Item[int] | Gets the value at the specified index. |
| Item[string] | Gets the value associated with the specified key. |
Method
| Name | Description |
|---|
| AddParam | Adds a value object to a parameter. |
| AddParamWithName | Adds a named value to a parameter. |
| GetByIndex | Gets the value of the specified parameter by index. |
| GetByName | Gets the value of the specified parameter by parameter name. |
| ToArray | Converts the contents of the parameter into an object array. |
| ToCollection | Converts the contents of the parameter to an object collection. |