Difference between revisions of "API Scope.ClearAllOverlays"

From Flowcode Help
Jump to navigationJump to search
(XML import for latest API)
(No difference)

Revision as of 16:15, 12 November 2013


<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