DistanceMeasuredFrom Enumeration |
Indicates if the distance is measured from the top or bottom of the wall.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum DistanceMeasuredFrom
Public Enumeration DistanceMeasuredFrom
public enum class DistanceMeasuredFrom
type DistanceMeasuredFrom
MembersMember name | Value | Description |
---|
Base | 0 |
From bottom.
|
Top | 1 |
From top.
|
See Also