LevelResources

ResourceLeveler.LevelResources method

Levels tasks for the specified resources using the specified leveling options.

public static LevelingResult LevelResources(Project project, LevelingOptions options)
ParameterTypeDescription
projectProjectProject to apply resource leveling.
optionsLevelingOptionsOptions which specifies how to level resources.

Return Value

Object containing results of resource leveling.

Exceptions

exceptioncondition
ArgumentNullExceptionif parameter options is null.

See Also