Share

AssemblyComponentDefinitions.Item Property

Parent Object: AssemblyComponentDefinitions

Description

Returns the specified object from the collection. Currently Autodesk Inventor supports a single component definition within a document, so this collection will always be a collection of one.

Syntax

AssemblyComponentDefinitions.Item( Index As Long ) As AssemblyComponentDefinition

Property Value

This is a read only property whose value is an AssemblyComponentDefinition.

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the to return.

Version

Introduced in version 4

Was this information helpful?