Revit 2025.3 API
Exporter |
Obtains the base offset of the wall.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static double GetWallBaseOffset( Wall wall )
Public Shared Function GetWallBaseOffset ( wall As Wall ) As Double
public: static double GetWallBaseOffset( Wall^ wall )
static member GetWallBaseOffset : wall : Wall -> float
Parameters
- wall Wall
- The wall.
Return Value
DoubleThe base offset of the wall.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also