Revit Preview Release API |
DividedPathMeasurementType Enumeration |
See Also |
DividedPath measurement type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Since:
2013
Syntax
C# |
---|
public enum DividedPathMeasurementType |
Visual Basic |
---|
Public Enumeration DividedPathMeasurementType |
Visual C++ |
---|
public enum class DividedPathMeasurementType |
Members
Member name | Description |
---|---|
ChordLength | Distances between two points are measured along a straight line between the points. |
SegmentLength | Distances between two points are measured along the path segment between the points. |