CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
index_
Zero-based index of item in the collection
CQGExecutionPatternParameters Collection : Item Property

Glossary Item Box

Description

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

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal index_ As Variant _
) As CQGExecutionPatternParameter

Parameters

index_
Zero-based index of item in the collection

Return Type

The corresponding collection item, represented as CQGExecutionPatternParameter

See Also