ComponentDefinitions.Item Property
Parent Object: ComponentDefinitionsDescription
Allows integer-indexed access to objects in the collection.
Syntax
ComponentDefinitions.Item( Index As Long ) As ComponentDefinitionProperty Value
This is a read only property whose value is a ComponentDefinition.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the to return. |
Samples
Name | Description |
Add mate constraint using work planes in parts | This sample demonstrates creating a mate constraint between two occurrences using the work planes within those occurrences. |
Add mate constraint with limits | This sample demonstrates the creation of an assembly mate constraint with maximum and minimum limits defined. |
Using the BOM APIs | This sample demonstrates the Bill of Materials API functionality in assemblies. |