RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WorksetId

WorksetId

Constructor
Description:
Create an WorksetId handle with the given integer id.
Syntax
public WorksetId(
	int id
)
Parameters
Parameter Type Description
id Int32 The id.
Return Value