Skip to main content

IWorkspace.GetModelUnitByLoadMode method

Namespace: NextDesign.Desktop

Description

Gets the model unit with the specified load mode setting.

argument

NameTypeDescription
projectIProjectProject
loadModestringload mode
-"Auto": automatic load
-"Manual": manual load

Return value

  • IEnumerable <IModelUnit>

Exception

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