Name Property

Measurement Studio User Interface

Name Property

Syntax

CWPointer.Name

Data Type

String

Purpose

Specifies the name of the pointer.

Remarks

Use the name to access the pointer in the CWPointers collection.

Example

'Set pointer 1's name
CWSlide1.Pointers.Item(1).Name = "Value"

'Access the pointer by name
CWSlide1.Pointers.Item("Value").Value = 10

See Also

CWPointers