SketchCircularPatterns.Item Property
Parent Object: SketchCircularPatternsDescription
Allows integer-indexed access to items in the collection.
Syntax
SketchCircularPatterns.Item( Index As Long ) As SketchCircularPatternProperty Value
This is a read only property whose value is a SketchCircularPattern.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 |