WidthMeasuredAt Enumeration |
The allowed values for the WALL_TYPE_WIDTH_MEASURED_AT parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum WidthMeasuredAt
Public Enumeration WidthMeasuredAt
public enum class WidthMeasuredAt
MembersMember name | Value | Description |
---|
Base | 1 |
The base constraint of the wall.
|
Bottom | 2 |
The bottom of the wall taking into the base offset before any attachment.
|
Top | 0 |
The top of the wall taking into account the top offset before any attachment.
|
See Also