11.07.2015 Views

Upgrade Guide - Prolifics

Upgrade Guide - Prolifics

Upgrade Guide - Prolifics

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

node = sm_com_get_prop (tree, "Item[1]")font = sm_com_get_prop (node, "FontName")To destroy the COM component tree but not nodes, node or font:call sm_com_obj_destroy (tree, 0)To destroy node and font (but not tree):call sm_com_obj_destroy (nodes, 1)To destroy the COM component tree and all derived components (node and font):call sm_com_obj_destroy (tree, 1)Example// This JPL procedure destroys the component// referenced by the variable objID on screen exit.proc exit{call sm_com_obj_destroy (objID, 1)}See Alsosm_obj_delete_id<strong>Upgrade</strong> <strong>Guide</strong> C-11

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!