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