InventorVBAProjects.Item Property
Parent Object: InventorVBAProjectsDescription
Returns the specified InventorVBAProject object from the collection.
Syntax
InventorVBAProjects.Item( Index As Long ) As InventorVBAProjectProperty Value
This is a read only property whose value is an InventorVBAProject.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the object to return. |