ExporterIFCUtils.GetWallBaseOffset Method

ExporterIFCUtilsGetWallBaseOffset Method

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

Double
The base offset of the wall.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also