PartStatus Property
The status identifier for the fabrication part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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);
}

See Also