Provides properties and functions for assembly component occurrences.
Note: the newer
IManagedComponents interface is recommended. It provides methods to add and remove components,
instead of suppressing and unsuppressing them.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Property Component As ICadComponent
Get
C#
ICadComponent Component { get; }
Property Value
Type:
ICadComponent
See Also
Reference