Identifies if the family instance has its own geometry, or uses the symbol's geometry with a transform.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool UsesInstanceGeometry( FamilyInstance familyInstance )
Parameters
- familyInstance FamilyInstance
- The family instance.
Return Value
BooleanTrue if the instance has its own geometry. False if the symbol's geometry is used.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |