poINote GetAttachmentTypeList

Gets the list of entity types to which a note can be attached.

Syntax

poINote_handle GetAttachmentTypeList

Application

HyperView Tcl Query

Description

This command returns a list of valid entity types to which a note can be attached. Current valid entity types include: window, coord, node, element, part, and system.

Example

To retrieve the entity type list for a note whose ID is 2:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetNoteHandle note_handle 2;
set att_types [note_handle GetAttachmentTypeList]
hwi CloseStack

Errors

None.