Obtains the transform for the door or window instance.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2014
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- familyInstance
- Type: Autodesk.Revit.DBFamilyInstance
The family instance.
- familySymbol
- Type: Autodesk.Revit.DBFamilySymbol
The family symbol.
- flippedX
- Type: SystemBoolean
Is the door or window flipped in X?
- flippedY
- Type: SystemBoolean
Is the door or window flipped in Y?
Return Value
The transform.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |