poISection GetClipElements
Gets the boundary element clipping state for a section.
Syntax
poISection_handle GetClipElements
Application
HyperView Tcl Query
Description
This command returns the boundary element clipping state for the section. Returns "True" if the section will clip the boundary elements.
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]
# Get clipping state
section_handle GetClipElements
hwi CloseStack
Error
Returns minus 2.