CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
custom_study_name
Name of the study definition in the collection
CQGCustomStudyDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the CQGCustomStudyDefinition by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal custom_study_name As String _
) As CQGCustomStudyDefinition

Parameters

custom_study_name
Name of the study definition in the collection

Return Type

The corresponding collection item, represented as CQGCustomStudyDefinition Object

Remarks

A collection exception will be thrown in case of non-existent custom study name.

See Also