RemoveAll Method
From 3D Graph Control
RemoveAll Method
Syntax
Object.RemoveAll
Applies To
Purpose
Removes all objects from the collection.
Example
'Remove all contours from a plot
CWGraph3D1.Plots(1).Contours.RemoveAll
From 3D Graph Control
Object.RemoveAll
Removes all objects from the collection.
'Remove all contours from a plot
CWGraph3D1.Plots(1).Contours.RemoveAll