CQG API 4.0 - Revised
ItemById Property
See Also  Send Feedback
id_
Identifier of CQGCondition
CQGConditions Collection : ItemById Property

Glossary Item Box

Description

Returns the CQGCondition by its identifier.

Property type

Read-only property

Syntax

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

Parameters

id_
Identifier of CQGCondition

Return Type

The corresponding CQGCondition object

See Also