ReleaseConditions.Fz Property

ReleaseConditionsFz Property

Gets or Sets the Fz of the release type.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Fz { get; set; }
Public Property Fz As Boolean
	Get
	Set
public:
property bool Fz {
	bool get ();
	void set (bool value);
}
member Fz : bool with get, set

Property Value

Boolean
See Also