CQG API 4.0 - Revised
ItemById Property
See Also  Send Feedback
id_
CQGTFlowBarsCollection Collection : ItemById Property

Glossary Item Box

Description

Returns the corresponding CQGTFlowBars object by its unique identifier.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemById( _
   ByVal id_ As String _
) As CQGTFlowBars

Parameters

id_

Return Type

The corresponding collection item, represented as CQGTFlowBars

Remarks

A collection exception will be thrown if no CQGTFlowBars exists with the specified unique identifier.

See Also