c# - Determining MS Project Task Lineage -


I have a MS Project file that I am using primary interop assemblies to parse. How can I determine the lineage of a work? I was reliant on the WBS code, though the customer has started bell with this area and now does not represent the hierarchy of data.

EDIT: Dynasty has a way of letting me know where the hierarchy works, by default the WBS code imitates this completely. Example

Example

  • A
  • b

      For example

      example

    • B2
    • B3
  • C

Genealogy will be 2.3 for B3 (if we count like 1, like project)

Outline number of the item property and preceding Task Collection.

HTML

Colby Africa


Comments