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

Glossary Item Box

Description

Returns the CQGCustomStudy by its identifier.

Property type

Read-only property

Syntax

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

Parameters

id_
Identifier of CQGCustomStudy

Return Type

The corresponding collection item, represented as CQGCustomStudy Object

See Also