<Code Lib>
M

WorksetTable.GetWorkset(WorksetId)

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

public Workset GetWorkset(
	WorksetId id
)

Return Value nullNothingnullptr The returned workset. null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no workset in this table with this Id.

Loading…