Forums

Full Version: Clear A Scope
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Just trying how to clear a scope.
I want to add a button that will clear all the data from a scope so that it becomes clearer to read.

Any help would be great.
Hi,
you can use clear method like this:
scope1.Channels[0].Data.Clear();
Reference URL's