M
mm10dev
How can i identify if a task ist a summarytask / task group or a
normal task? I tried
task.type
but i dont know if this is the right way. MSDN says
Task.Type Property
Project Developer Reference
Returns or sets how the units, duration, and work on a task are
calculated. Can be one of the following PjTaskFixedType constants:
pjFixedUnits, pjFixedDuration, or pjFixedWork. Read/write Long.
but i get on SUMMARYTASKS = 1 and on normal non group/summary tasks =
0.
is this right?
thanks
yavuz
normal task? I tried
task.type
but i dont know if this is the right way. MSDN says
Task.Type Property
Project Developer Reference
Returns or sets how the units, duration, and work on a task are
calculated. Can be one of the following PjTaskFixedType constants:
pjFixedUnits, pjFixedDuration, or pjFixedWork. Read/write Long.
but i get on SUMMARYTASKS = 1 and on normal non group/summary tasks =
0.
is this right?
thanks
yavuz