| Revit 2022.1 API |
| DividedPathMeasurementType Enumeration |
| See Also |
DividedPath measurement type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
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. |