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

Glossary Item Box

Description

Returns the CQGExpression by its unique identifier.

Property type

Read-only property

Syntax

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

Parameters

id_

Remarks

A collection exception will be thrown if no CQGExpression exists with the specified id.

See Also