Share

InventorVBAProjects Object


Description

A collection of Autodesk Inventor's VBA projects ( objects).

Methods

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.

Properties

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.

Accessed From

Application.VBAProjects, InventorServer.VBAProjects, InventorServerObject.VBAProjects

Version

Introduced in version 6

Was this information helpful?