CQG API 4.0 - Revised
Parameters Property
See Also  Send Feedback
CQGExecutionPatternParameter Interface : Parameters Property

Glossary Item Box

Description

Returns the sub-parameters of this parameter.

Property type

Read-only property

Syntax

Visual Basic
Public Property Parameters As CQGExecutionPatternParameters

Return Type

The sub-parameters collection, represented as CQGExecutionPatternParameters

Remarks

This property should be used if the parameter type is epptObject, epptCollection, or epptCollectionItem.

If the parameter type is epptCollection, then only parameters of epptCollectionItem type are allowed as sub-parameters.

See Also