Revit 2026 API
Fabrication |
Gets the status description from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetPartStatusDescription( int statusId )
Public Function GetPartStatusDescription ( statusId As Integer ) As String
public: String^ GetPartStatusDescription( int statusId )
member GetPartStatusDescription : statusId : int -> string
Parameters
- statusId Int32
- The status identifier.
Return Value
StringThe status description.
See Also