Share

InventorVBAComponents Object


Description

The InventorVBAComponents collection object represents a collection of objects in an InventorVBAProject, and provides methods to create new InventorVBAComponent objects.

Methods

Name Description
Add Method that adds a component to the collection.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Returns the specified InventorVBAComponent object from the collection. This is the default property of the InventorVBAComponents collection object.
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

InventorVBAProject.InventorVBAComponents

Version

Introduced in version 6

Was this information helpful?