Item Method

3D Graph Control

Item Method

Syntax

Object.Item ((Item))

Return Type

Variant

Applies To

CWContours

CWCursors3D

CWPlots3D

CWValuePairs

Purpose

Returns the specified object from the collection.

Parameters

Item As Object

The object specified.

Example

'Assign object in collection to variable
Dim Plot1 As CWPlot3D
Set Plot1 = CWGraph3D1.Plots.Item(1)
'Call property or method on object in collection
CWGraph3D1.Plots.Item(1).Plot3DCurve x, y, z