poISection GetBaseFrame
Gets the section base frame (for deformable sections only).
Syntax
poISection_handle GetBaseFrame
Application
HyperView Tcl Query
Description
This command returns the section base frame. Applies to deformable sections only.
Example
To get the base frame of a
section:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Get frame
section_handle GetBaseFrame
hwi CloseStack
Errors
Returns minus 2.