DeleteWorksetSettings.WorksetId Property

DeleteWorksetSettingsWorksetId Property

The target worksetId for those elements under the deleted workset, which is used for DeleteWorksetOption::MoveElementsToWorkset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public WorksetId WorksetId { get; set; }
Public Property WorksetId As WorksetId
	Get
	Set
public:
property WorksetId^ WorksetId {
	WorksetId^ get ();
	void set (WorksetId^ value);
}
member WorksetId : WorksetId with get, set

Property Value

WorksetId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also