Click or drag to resize

ICadComponentIsActive Property

Gets or sets a value to specify whether the component is active or not. If this is true, the specified component occurrence is active (unsuppressed). If this is false, the component is suppressed.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property IsActive ( 
	componentName As Object
) As Boolean
	Get
	Set

Parameters

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

Property Value

Type: Boolean
True if the component occurrence is active.
See Also