Verifies if a FamilyInstance has an Adaptive Family Symbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static bool HasAdaptiveFamilySymbol( FamilyInstance famInst )
Parameters
- famInst FamilyInstance
- The FamilyInstance
Return Value
BooleanTrue if the FamilyInstance has an Adaptive Family Symbol.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
