Share

FabricationConfiguration.GetPartStatusDescription Method

Gets the status description from its identifier.


Namespace: Autodesk.Revit.DB
Assembly: 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

Was this information helpful?