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
ComponentOccurrence this[
Object componentName
] { get; }
Parameters
- componentName
- Type: SystemObject
The name (or path) of the component occurrence.
Property Value
Type:
ComponentOccurrenceAn Inventor.ComponentOccurrence object.
See Also