poISection GetType
Gets the type of section.
Syntax
poISection_handle GetType
Application
HyperView Tcl Query
Description
This command returns the type of section (planar, spherical, etc.)
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 type
section_handle GetType
hwi CloseStack
Errors
Returns zero.