IWorkspace.GetModelUnitByLoadMode method
Namespace: NextDesign.Desktop
Description
Gets the model unit with the specified load mode setting.
argument
Name | Type | Description |
---|---|---|
project | IProject | Project |
loadMode | string | load mode -"Auto": automatic load -"Manual": manual load |
Return value
- IEnumerable <IModelUnit>
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for project When a character string other than the default character string is specified for loadMode |