::hwp::GetIterator

Gets an iterator handle to a query handle.

Syntax

::hwp::GetIterator

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns an iterator handle to a belonging query handle.

Gain a query handle with ::mvh::animation::GetIterator.

Mandatory Arguments

-queryHandle "QueryHandle"
The belonging query handle.

Optional Arguments

None.

Returns

Returns an iterator handle of an animation client model.

Examples

set queryControlHandle [::hwp::GetQueryControl]
set iteratorHandle [::hwp::GetIterator -queryHandle $queryControlHandle]