CQG API 4.0 - Revised
RemoveCondition Method
See Also  Send Feedback
cqg_condition
The CQGCondition object to remove
CQGCEL Interface : RemoveCondition Method

Glossary Item Box

Description

Unsubscribes from and removes the CQGCondition from the CQGConditions collection.

Syntax

Visual Basic
Public Sub RemoveCondition( _
   ByVal cqg_condition As CQGCondition _
) 

Parameters

cqg_condition
The CQGCondition object to remove

See Also