Share

BoxPlacement Enumeration

An enumerated type containing possible constraint types for Adaptive Points.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum BoxPlacement

Members

Member nameValueDescription
BottomLeft4 Placement of a box by its bottom left corner.
BottomRight3 Placement of a box by its bottom right corner.
Center0 Placement of a box by its center point
TopLeft1 Placement of a box by its top left corner.
TopRight2 Placement of a box by its top right corner.

See Also

Reference

Was this information helpful?