<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 Workset The returned workset. if there is no workset in this table with this Id.

Loading…