Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am trying to collect all CAD Document using CadCollector.
Its asking for NavigationCriteria and seeds
I know seed is WTCollection of EPM and I am not able to get any details about NavigationCriteria in APIs
Suggest me some right direction to NavigationCriteria.
Solved! Go to Solution.
This class is explained in the Windchill Java Docs:

Additionally, CS81089 gives an example of how to initialize and use the object type.
This class is explained in the Windchill Java Docs:

Additionally, CS81089 gives an example of how to initialize and use the object type.
Thanks Lori Lee Sood
