WorksetId Constructor

Create an WorksetId handle with the given integer id.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public WorksetId(
	int id
)

Parameters

id  Int32
The id.
See Also