Share

ExporterIFCUtils.GetWallBaseOffset 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

C#

public static double GetWallBaseOffset(
	Wall wall
)

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

Reference

Was this information helpful?