Click or drag to resize

ICadComponentInventorComponent Property

Finds a component with the specified name in this assembly or in any subassemblies.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property InventorComponent ( 
	componentName As Object
) As ComponentOccurrence
	Get

Parameters

componentName
Type: SystemObject
The name (or path) of the component occurrence.

Property Value

Type: ComponentOccurrence
An Inventor.ComponentOccurrence object.
See Also