Skip to main content

IScmManager.GetChangedUnits method

Namespace: NextDesign.Desktop

Description

Get changed units in the specified project.
Returns an empty collection if the specified project is not linked to a configuration management system.

Unit changes are confirmed when the project is saved.
If the project has not been saved, identify the units that have changed since the last save.
Changes to the unit can be examined by checking the IModelUnit.ScmStatus.ScmState property.

argument

NameTypeDescription
projectIProjectProject

Return value

  • IModelUnitCollection