AlgorithmParameterCollection.Insert Method
Inserts an AlgorithmParameter into the collection.
Overload List
| Name | Description |
|---|---|
| AlgorithmParameterCollection.Insert (Int32, AlgorithmParameter) |
Inserts an AlgorithmParameter into the collection at the specified index.
|
| AlgorithmParameterCollection.Insert (Int32, String, Object) |
Creates and inserts an AlgorithmParameter, with the specified name and value, into the collection at the specified index.
|