Name | Description |
Add | Method that creates a new Autodesk Inventor VBA project. Please note that this method works only for user-defined VBA projects. |
Open | Method that opens the specified VBA project. |
Name | Description |
Count | Property that returns the number of items in the collection. |
Item | Returns the specified InventorVBAProject object from the collection. |
Parent | Property that returns the parent object from whom this object can logically be reached. |
Type | Returns an ObjectTypeEnum indicating this object's type. |