IScmManager.GetChangedUnits Method
Namespace: NextDesign.Desktop
Description
Gets the units that have changed in the specified project.
If the specified project is not integrated with the configuration management system, an empty collection is returned.
The unit changes are finalized when the project is saved.
If the project has not been saved, it identifies the units that have changed since the last time it was saved.
You can check the changes made to the units by checking the IModelUnit.ScmStatus.ScmState property.
Arguments
Name | Type | Description |
---|---|---|
project | IProject | Project |
Return Value
- IModelUnitCollection