Finds a component with the specified name in this assembly or in any subassemblies.
Even if the component is found in a subassembly, the ComponentOccurrence returned will be in the context of this higher-level assembly
(the assembly from which the rule is run).
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
ReadOnly Property InventorComponentInThisContext ( 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.
Return Value
Type: ComponentOccurrenceAn Inventor.ComponentOccurrence object.