Share

DistanceMeasuredFrom Enumeration

Indicates if the distance is measured from the top or bottom of the wall.


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

Syntax

C#

public enum DistanceMeasuredFrom

Members

Member nameValueDescription
Base0 From bottom.
Top1 From top.

See Also

Reference

Was this information helpful?