Item Method
Syntax
Object.Item ((Item))
Return Type
Applies To
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