CQG API 4.0 - Revised
ItemByAbbreviation Property
See Also  Send Feedback
custom_study_abbreviation
Abbreviation of the study definition in the collection
CQGCustomStudyDefinitions Collection : ItemByAbbreviation Property

Glossary Item Box

Description

Returns the CQGCustomStudyDefinition by its abbreviation.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByAbbreviation( _
   ByVal custom_study_abbreviation As String _
) As CQGCustomStudyDefinition

Parameters

custom_study_abbreviation
Abbreviation of the study definition in the collection

Return Type

The corresponding collection item, represented as CQGCustomStudyDefinition

Remarks

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

See Also