AdaptiveComponentInstanceUtilsIsAdaptiveComponentInstance Method

Verifies if a FamilyInstance is an Adaptive Component Instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsAdaptiveComponentInstance(
	FamilyInstance famInst
)

Parameters

famInst  FamilyInstance
The FamilyInstance

Return Value

Boolean
True if the FamilyInstance has an Adaptive Component Instances.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also