Share

WorksetPreview.Id Property

Id of the workset.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public WorksetId Id { get; }

Property Value

WorksetId

Remarks

Id of the workset may be changed while synchronizing with central. Please use UniqueId to reliably identify worksets despite changes which occur due to synchronization with central.

See Also

Reference

Was this information helpful?