Item Method
Syntax
Object.Item ((Item))
Return Type
Applies To
Purpose
Returns the specified object from the collection.
Parameters
Item As Variant
The name of the object or the index of the object in the collection. The index is one-based.
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