| Revit 2023 API |
| FabricationPart..::..PartStatus Property |
| FabricationPart Class See Also |
The status identifier for the fabrication part.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
public int PartStatus { get; set; } |
| Visual Basic |
|---|
Public Property PartStatus As Integer Get Set |
| Visual C++ |
|---|
public: property int PartStatus { int get (); void set (int value); } |