CQG API 4.0 - Revised
Remove Method
See Also  Send Feedback
index_

Specifies the 0-based sequential index or the Name of the parameter in the collection.

If the index type is integer, valid values for index are from 0 to Count-1.

An exception is thrown when the accessed item does not exist (i.e., out-of-range index, inexistent name, or invalid index type).

CQGExecutionPatternParameters Collection : Remove Method

Glossary Item Box

Description

Removes a parameter from the collection by its sequential index or name.

Syntax

Visual Basic
Public Sub Remove( _
   ByVal index_ As Variant _
) 

Parameters

index_

Specifies the 0-based sequential index or the Name of the parameter in the collection.

If the index type is integer, valid values for index are from 0 to Count-1.

An exception is thrown when the accessed item does not exist (i.e., out-of-range index, inexistent name, or invalid index type).

See Also