Share

ICadComponent.iComponentIsActive Property

Gets or sets a value to specify whether an iPart or iAssembly 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: 30.0

Syntax

VB

Property iComponentIsActive ( 
	componentName As Object
) As Boolean
	Get
	Set

C#

bool this[
	Object componentName
] { get; set; }

Parameters

componentName
Type: System.Object
The component name. This can be in the non-standard format FactoryName:n

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?