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
Name | Type | Description |
---|---|---|
project | IProject | Project |
units | IEnumerable <IModelUnit> | Model Unit |
loadMode | string | load mode -"Auto": automatic load -"Manual": manual load |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When 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 |