Revit 2025 API
Release |
Gets or Sets the position of release type. True for start, false for end.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Start { get; set; }
Public Property Start As Boolean Get Set
public: property bool Start { bool get (); void set (bool value); }
member Start : bool with get, set
Property Value
BooleanSee Also