Share

DividedPathMeasurementType Enumeration

DividedPath measurement type.


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

Syntax

C#

public enum DividedPathMeasurementType

Members

Member nameValueDescription
ChordLength0 Distances between two points are measured along a straight line between the points.
SegmentLength1 Distances between two points are measured along the path segment between the points.

See Also

Reference

Was this information helpful?