API Scope.ClearOps

From Flowcode Help
Revision as of 15:57, 16 January 2014 by JonnyW (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<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