poIAdvancedQuery GetID

Gets the ID of the advanced query.

Syntax

advancedQuery_handle GetID

Application

HyperView Tcl Query

Description

This command gets the ID of the advanced query.

Example

To get the ID of the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set advQueryID [client AddAdvancedQuery]
client GetAdvancedQueryHandle advancedQuery_handle $advQueryID
advancedQuery_handle GetID
hwi CloseStack

Errors

This command returns 0, if there is no advanced query.