Remove Method

3D Graph Control

Remove Method

Syntax

Object.Remove (Item)

Applies To

CWContours

CWCursors3D

CWPlots3D

CWValuePairs

Purpose

Removes the specified item from the collection.

Parameters

Item As Variant

The name of the object or the index of the object in the collection. The index of the object is one-based.

Example

'Remove third plot from the graph
CWGraph3D1.Plots.Remove 3