Verifies if a FamilyInstance is an Adaptive Component Instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsAdaptiveComponentInstance(
FamilyInstance famInst
)
Parameters
- famInst FamilyInstance
-
The FamilyInstance
Return Value
Boolean
True if the FamilyInstance has an Adaptive Component Instances.
Exceptions
See Also
Reference