API Scope.ClearOps

From Flowcode Help
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