Revit 2023 API |
ReleaseConditions..::..Fz Property |
ReleaseConditions Class See Also |
Gets or Sets the Fz of the release type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2023
Syntax
C# |
---|
public bool Fz { get; set; } |
Visual Basic |
---|
Public Property Fz As Boolean Get Set |
Visual C++ |
---|
public: property bool Fz { bool get (); void set (bool value); } |