CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
key_
CQGCurves Collection : Item Property

Glossary Item Box

Description

Returns the value by its index.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal key_ As Variant _
) As Double

Parameters

key_

Return Type

Curve value, represented as Double

Remarks

The returned value will be invalid if the specified curve was not included in the corresponding request.

See Also