poIQueryDistanceRule GetStartAt

Gets the distance rule starting point from the advanced query.

Syntax

rule_handle GetStartAt

Application

HyperView Tcl Query

Description

This command gets the starting point of the distance rule from the advanced query.

Example

To get the starting point of the distance from the advanced query:
hwi OpenStack
hwi GetActiveClientHandle client
set ruleID [client AddQueryRule mindist]
client GetQueryRuleHandle rule_handle $ruleID
rule_handle SetDistance “50”
rule_handle SetStartAt Min
rule_handle GetStartAt
hwi CloseStack

Errors

This command returns empty, if SetStartAt is set to invalid values.