Get Schedule's Estimated effort programmatically

M

Monica

Hi,

I want to get the estimated effort for a Schedule
programmatically.

I tries using floowing:

MSProject.Application Appobj = new MSProject.Application();
API App.ActiveProject.Work
But it returns TRUE and not a figure.

Also API App.ActiveProject.BaselineWork returns 0 incase
Project is not baselined.


Thanks & Regards,
Monica
 
J

Jan De Messemaeker

Hi Monica
These properties can be found as

Activeproject.projectsummarytask.work
Activeproject.projectsummarytask.baselinework

HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top