Programmatically Clear the Active Page


https://www.nevron.com/Forum/Topic13189.aspx
Print Topic | Close Window

By Ashley Davy - 3 Years Ago
How would I programmatically clear all of the drawings of the Active Page?

Thanks,
Ashley
By Nevron Support - 3 Years Ago
Hi,

To programmatically remove all items of a drawing page, call the Clear method of the page Items collection:

page.Items.Clear();