<Code Lib>
2020 Method
Changes 0
M

WorksetTable.IsWorksetNameUnique

Description:
Checks if the given workset name is unique in the document.

public static bool IsWorksetNameUnique(
	Document aDoc,
	string name
)

Return Value bool True if this given workset name is unique in the document, false otherwise.

Loading…