Revit 2025.3 API
Extrusion |
The start parameter (distance along the extrusion direction from the input plane) calculated by the extrusion analysis.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double StartParameter { get; }
Public ReadOnly Property StartParameter As Double Get
public: property double StartParameter { double get (); }
member StartParameter : float with get
Property Value
DoubleSee Also