Jump to content

API Scope.ClearAllOverlays: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import for latest API
 
JonnyW (talk | contribs)
XML import
 
Line 1: Line 1:
<sidebar>API Contents</sidebar>
<sidebar>API Contents</sidebar>
Clears all existing overlay packets from the stream
Clears all existing overlay packets from the stream

Latest revision as of 15:57, 16 January 2014

<sidebar>API Contents</sidebar> Clears all existing overlay packets from the stream

Class hierarchy

Scope

ClearAllOverlays

Parameters

HANDLE StreamH

The stream that is to be read


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Scope.ClearAllOverlays(streamh)

No additional examples