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