Difference between revisions of "API Scope.ClearOps"

From Flowcode Help
Jump to navigationJump to search
(XML import for latest API)
 
(XML import)
 
Line 1: Line 1:
 
 
 
<sidebar>API Contents</sidebar>
 
<sidebar>API Contents</sidebar>
 
Clears all inputs and operations from the given stream
 
Clears all inputs and operations from the given stream

Latest revision as of 15:57, 16 January 2014

<sidebar>API Contents</sidebar> Clears all inputs and operations from the given stream

Class hierarchy

Scope

ClearOps

Parameters

HANDLE StreamH

A handle to a previously created datascope stream

BOOL Inputs

True to clear the inputs added to the stream

BOOL Funcs

True to clear the functions added to the stream


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.ClearOps(streamh, true, false)

No additional examples