Skip to main content

IWorkspace.SetLoadMode method

Namespace: NextDesign.Desktop

Description

Set the load mode of the model unit. Ignored if the specified unit is not under the control of the specified project.

argument

NameTypeDescription
projectIProjectProject
unitsIEnumerable <IModelUnit>Model Unit
loadModestringload mode
-"Auto": automatic load
-"Manual": manual load

Return value

  • void

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null is specified for project
When null is specified for units
When a character string other than the default character string is specified for loadMode