<Code Lib>
M

WorksetTable.GetWorkset(Guid)

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

public Workset GetWorkset(
	Guid guid
)

  • Guid
    guid
    Guid of the workset.
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…