Remove Method

Measurement Studio User Interface

Remove Method

Syntax

Object.Remove Item

Applies To

CWAnnotations

CWAxes

CWBindings

CWCursors

CWPlots

CWPointers

CWValuePairs

Purpose

Removes the specified item from the collection.

Parameters

Item As Variant

Represents either 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 pointer from slide
CWSlide1.Pointers.Remove 3