CQG API 4.0 - Revised
ItemByName Property
See Also  Send Feedback
condition_name
Name of the condition definition in the collection
CQGConditionDefinitions Collection : ItemByName Property

Glossary Item Box

Description

Returns the CQGConditionDefinition by its name.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByName( _
   ByVal condition_name As String _
) As CQGConditionDefinition

Parameters

condition_name
Name of the condition definition in the collection

Return Type

The corresponding CQGConditionDefinition object

Remarks

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

See Also