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