PartComponentDefinitions.Item Property
Parent Object: PartComponentDefinitionsDescription
Allows integer-indexed access to items in the collection.
Syntax
PartComponentDefinitions.Item( Index As Long ) As PartComponentDefinitionProperty Value
This is a read only property whose value is a PartComponentDefinition.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the PartComponentDefinition to return. |