PublicAPI.Projects.ProjectPlan.GetCurrentPlan ELMA API Documentation
Get the current project plan. If there is not one, null is returned
 
 
Syntax

public ProjectPlan GetCurrentPlan(
	Project project
)

Parameters

project
Type: Project
Project. Object. Access path: PublicAPI.Projects.Project

Return Value

Type: ProjectPlan
Project plan
See Also