Revit 2025.3 API
Fabrication |
Gets the status description from its identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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