Gets the status description from its identifier.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetPartStatusDescription(
int statusId
)
Parameters
- statusId Int32
-
The status identifier.
Return Value
String
The status description.
See Also
Reference