AssemblyComponentDefinitions.Item Property
Parent Object: AssemblyComponentDefinitionsDescription
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 AssemblyComponentDefinitionProperty 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. |