The status identifier for the fabrication part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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);
} |
See Also