Indicates if the distance is measured from the top or bottom of the wall.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum DistanceMeasuredFrom
Members
| Member name | Value | Description |
|---|
| Base | 0 |
From bottom.
|
| Top | 1 |
From top.
|
See Also
Reference