Revit 2020 API |
DistanceMeasuredFrom Enumeration |
See Also |
Indicates if the distance is measured from the top or bottom of the wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
C# |
---|
public enum DistanceMeasuredFrom |
Visual Basic |
---|
Public Enumeration DistanceMeasuredFrom |
Visual C++ |
---|
public enum class DistanceMeasuredFrom |
Members
Member name | Description |
---|---|
Base | From bottom. |
Top | From top. |