::hwp::GetSection

Gets a section handle of an animation client model.

Syntax

::hwp::GetSection

Application

HyperWorks Tcl Query

Description

This procedure returns a Section handle to the belonging section ID.

Mandatory Arguments

-id "SectionID"
The HyperView internal ID of the section.

Optional Arguments

-clientHandle "client handle"
A client handle to improve the performance.
-page "page id"
The page where the section is placed (cannot be used with the option clientHandle).
-window "window id"
The window where the section is placed (cannot be used with the option clientHandle).

Returns

Returns a Section handle to the belonging section ID.

Example

set sectionHandle [::hwp::GetSection -id 2]