Skip to main content

IWorkspace.GetModelUnitByLoadMode method

Namespace: NextDesign.Desktop

Description

Gets the model unit that is set to the specified load mode.

argument

NameTypeDescription
projectIProjectProject
loadModestringLoad mode
- "Auto": Automatic loading
- "Manual": Manual loading

Return value

  • IEnumerable<IModelUnit>

Exception

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