D
dotnet-force
Hi all,
I'm trying to write a MS Project 2002 addin in C#.
I'm facing a very frustating problem : I'm not able to get documentation
on the Microsoft Project 2002 Objects model.
On the following page we can get all objects in MS Project
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/pdr/pdr_extending_olap_3347.asp
But we don't have a peace of explanation of the fields, the methods we
can apply on and the parameters description and types.
Does someone could give me a pointer to such a documentation ?
My current problem is that I want to get the non working day for a
resource between two dates. I have the resource calendar
(MSProject.Calendar object) but I don't know what to do.
I think I have to use the Period(object start, object end) method but I
don't know the type of start and end argument.
Thanks.
Pascal Lenormand
ILOG
I'm trying to write a MS Project 2002 addin in C#.
I'm facing a very frustating problem : I'm not able to get documentation
on the Microsoft Project 2002 Objects model.
On the following page we can get all objects in MS Project
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/pdr/pdr_extending_olap_3347.asp
But we don't have a peace of explanation of the fields, the methods we
can apply on and the parameters description and types.
Does someone could give me a pointer to such a documentation ?
My current problem is that I want to get the non working day for a
resource between two dates. I have the resource calendar
(MSProject.Calendar object) but I don't know what to do.
I think I have to use the Period(object start, object end) method but I
don't know the type of start and end argument.
Thanks.
Pascal Lenormand
ILOG