Indicates if 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 DistanceMeasuredFrom DistanceMeasuredFrom { get; set; }
Property Value
DistanceMeasuredFromIf the sweep or reveal is vertical, DistanceMeasuredFrom.Base represents the start of the wall's location curve (t=0). DistanceMeasuredFrom.Top is currently not implemented for vertical sweeps and shouldn't be used when creating them.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |