<Code Lib>
2025.3 Method
Changes 0
M

OpenOptions.SetOpenWorksetsConfiguration

Description:
Sets the object used to configure the worksets to open when the model is opened.
Remarks:
These options are ignored for non-workshared models.

public void SetOpenWorksetsConfiguration(
	WorksetConfiguration openConfiguration
)

  • openConfiguration
    The options. If null, all user-created worksets will be opened.

Loading…