BoxPlacement Enumeration
An enumerated type listing possible placement of a box (an object of rectangular shape).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)

Syntax

C#
public enum BoxPlacement
Visual Basic
Public Enumeration BoxPlacement
Visual C++
public enum class BoxPlacement

Members

Member nameDescription
CenterPlacement of a box by its center point.
TopLeftPlacement of a box by its top left corner.
TopRightPlacement of a box by its top right corner.
BottomRightPlacement of a box by its bottom right corner.
BottomLeftPlacement of a box by its bottom left corner.

See Also