poIQueryRule GetID
Gets the ID of the query rule.
Syntax
queryRule_handle GetID
Application
HyperView Tcl Query
Description
This command gets the ID of the query rule.
Example
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle GetID
hwi CloseStack
Errors
This command returns HW_InvalidHandle
, if the core object associated with
the query rule handle does not exist anymore.