2024 Method
Changes 0
M

Document.EnableWorksharing

Description:
Enables worksharing in the document.
Remarks:
The document's Undo history will be cleared by this command. As a result, this command and others executed before it cannot be undone.

All transaction phases (e.g. transactions transaction groups and sub-transaction) that were explicitly started must be finished prior to calling this method.

public void EnableWorksharing(
	string worksetNameGridLevel,
	string worksetName
)
  • String
    worksetNameGridLevel
    Name of workset for grids and levels.
  • String
    worksetName
    Name of workset for all other elements.