SketchBlocksEnumerator.Item Property
Parent Object: SketchBlocksEnumeratorDescription
Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object.
Syntax
SketchBlocksEnumerator.Item( Index As Variant ) As SketchBlockProperty Value
This is a read only property whose value is a SketchBlock.Parameters
Name | Type | Description |
Index | Variant |