CQG API 4.0 - Revised
IsCurveIncluded Method
See Also  Send Feedback
curve_key

Curve number or curve name, must be either integer value or string

CQGCustomStudyRequest Interface : IsCurveIncluded Method

Glossary Item Box

Description

Checks if the specified curve (custom study output) is currently included.

Syntax

Visual Basic
Public Function IsCurveIncluded( _
   ByVal curve_key As Variant _
) As Boolean

Parameters

curve_key

Curve number or curve name, must be either integer value or string

Return Type

True, if the curve is included; False, otherwise

Remarks

The call will throw an exception in case of incorrect type, non-existent curve number or name.

See Also