Share

ICadComponent.InventorComponent 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: 29.0

Syntax

VB

ReadOnly Property InventorComponent ( 
	componentName As Object
) As ComponentOccurrence
	Get

C#

ComponentOccurrence this[
	Object componentName
] { get; }

Parameters

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

Property Value

Type: ComponentOccurrence
An Inventor.ComponentOccurrence object.

See Also

Reference

Was this information helpful?