SketchPatternElements.Item Property
Parent Object: SketchPatternElementsDescription
Allows integer-indexed access to items in the collection.
Syntax
SketchPatternElements.Item( Index As Long ) As SketchPatternElementProperty Value
This is a read only property whose value is a SketchPatternElement.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the pattern element to return. If an out of range index is provided, an error occurs |