WallLocationLine Enumeration

This enumerated type represents the options for alignment of a wall's location line.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum WallLocationLine
Members
Member nameValueDescription
WallCenterline0 The wall location line is aligned to the center of the wall.
CoreCenterline1 The wall location line is aligned to the center of the core.
FinishFaceExterior2 The wall location line is aligned to the exterior face of the wall.
FinishFaceInterior3 The wall location line is aligned to the interior face of the wall.
CoreExterior4 The wall location line is aligned to the exterior face of the core.
CoreInterior5 The wall location line is aligned to the exterior face of the core.
See Also