1d raw (not normalized) parameter of the point on the first curve.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2018.1
Syntax
| C# |
|---|
public double ParameterOnFirstCurve { get; set; } |
| Visual Basic |
|---|
Public Property ParameterOnFirstCurve As Double Get Set |
| Visual C++ |
|---|
public: property double ParameterOnFirstCurve { 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. |