poISection SetBaseFrame
Sets the section base frame (for deformable sections only).
Syntax
poISection_handle SetBaseFrame
Application
HyperView Tcl Modify
Description
This command sets the section base frame. Applies to deformable sections only.
Example
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]
# Set frame
section_handle SetBaseFrame 2
hwi CloseStack
Errors
Returns an invalid handle.