The list of parameters that the script can interact with.
Add | Adds a parameter to the collection. |
Cut | Copies the parameter into the clipboard and removes the parameter from the list. |
GetItemByIndex | Retrieves a scripting parameter in the collection by index. |
GetItemByName | Retrieves a scripting parameter in the collection by name. |
InsertCopy | Copies the parameter and inserts the copy into the list. |
Paste | Pastes the parameter from the clipboard and inserts into the list. |
Remove | Removes a parameter. |
RemoveAll | Removes all parameters. |
Count | Returns the size of the collection. |
Item | Allows you to iterate through the collection. |
ProvideRuntimeTypeInfo | Returns the IAgRuntimeTypeInfo interface to access properties at runtime. |
Implemented Interface |
---|