Skip to main content

IWorkspace.SetLoadMode method

Namespace: NextDesign.Desktop

Description

Sets the model unit load mode.
Ignored if the specified unit is not managed by the specified project.

argument

NameTypeDescription
projectIProjectProject
unitsIEnumerable<IModelUnit>Model unit
loadModestringLoad mode
- "Auto": Automatic loading
- "Manual": Manual loading

Return value

  • void

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for project
If null is specified for units
If a string other than the default string is specified for loadMode