Item [ColorNodes Collection]
Item returns a ColorNode as indexed by the Index. The index is a 1-based integer.
Syntax
object.Item( Index )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Index |
Integer |
Required |
This provides the index value. |
Example 1
This example demonstrates how to reference the second color node in the ColorNodes collection:
Dim Node2 As Object
Set Node2 = ColorNodes.Item(Index:=2)
Used by: ColorNodes collection