API Panel.LinkBar.Update

From Flowcode Help
Revision as of 10:46, 1 July 2013 by JonnyW (talk | contribs) (XML import of LinkBar API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Manually refresh the screen the point cloud exists on

Class hierarchy

Panel

LinkBar
Update

Parameters

HANDLE PCloud

The handle to the cloud to redraw


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.LinkBar.Update(pcloud)

No additional examples