Revit 2025 API
Release |
Creates a new instance of ReleaseConditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ReleaseConditions( bool start, bool fx, bool fy, bool fz, bool mx, bool my, bool mz )
Public Sub New ( start As Boolean, fx As Boolean, fy As Boolean, fz As Boolean, mx As Boolean, my As Boolean, mz As Boolean )
public: ReleaseConditions( bool start, bool fx, bool fy, bool fz, bool mx, bool my, bool mz )
new : start : bool * fx : bool * fy : bool * fz : bool * mx : bool * my : bool * mz : bool -> ReleaseConditions
Parameters
See Also