| Revit 2023 API |
| ClosestPointsPairBetweenTwoCurves..::..Distance Property |
| ClosestPointsPairBetweenTwoCurves Class See Also |
Distance from point on first curve to the point on second curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2018.1
Syntax
| C# |
|---|
public double Distance { get; set; } |
| Visual Basic |
|---|
Public Property Distance As Double Get Set |
| Visual C++ |
|---|
public: property double Distance { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | The property has not been set by the method providing the result. |