ReleaseConditions.Fx Property

ReleaseConditionsFx Property

Gets or Sets the Fx 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 Fx { get; set; }
Public Property Fx As Boolean
	Get
	Set
public:
property bool Fx {
	bool get ();
	void set (bool value);
}
member Fx : bool with get, set

Property Value

Boolean
See Also