<Code Lib>
2025.3 Method
Changes 5
M

WorksetTable.GetWorkset(WorksetId)

Description:
Returns the workset from a input WorksetId.
Overloads (2):
GetWorkset(WorksetId)

public Workset GetWorkset(
	WorksetId id
)

Return Value Workset The returned workset. if there is no workset in this table with this Id.

Loading…