The IRdsParamTypes interface contains properties and methods of a collection of parameter types contained in a specified folder. The interface is outdated.
Property name | Brief description | |
The Count property returns the number of parameter types contained in the folder. | ||
The Item property returns a parameter type. |
Method name | Brief description | |
The Add method adds a new type of parameters. | ||
The Clear method clears all parameter types contained in this folder. | ||
The FindById method searches a parameter type by identifier. | ||
The FindByKey method searches a parameter type by key. | ||
The Remove method removes a parameter type by index. | ||
The RemoveByKey method removes a parameter type by key. |
See also: