Share

ICadFeature.IsActive Property (String)

True if the feature is active (unsuppressed).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property IsActive ( 
	featureName As String
) As Boolean
	Get
	Set

C#

bool this[
	string featureName
] { get; set; }

Parameters

featureName
Type: System.String
The name of the feature.

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?