CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
curve_name
Name of the curve definition in the collection
CQGCurveDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the CQGCurveDefinition object by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal curve_name As String _
) As CQGCurveDefinition

Parameters

curve_name
Name of the curve definition in the collection

Return Type

The corresponding collection item, represented as CQGCurveDefinition Object object

See Also