cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

What is NavigationCriteria in CadCollector.newInstance(seeds, criteria) ?

ManikandanVelay
1-Newbie

What is NavigationCriteria in CadCollector.newInstance(seeds, criteria) ?

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.

1 ACCEPTED SOLUTION

Accepted Solutions
LoriSood
22-Sapphire III
(To:ManikandanVelay)

This class is explained in the Windchill Java Docs:

NavigationCriteria.png

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

View solution in original post

2 REPLIES 2
LoriSood
22-Sapphire III
(To:ManikandanVelay)

This class is explained in the Windchill Java Docs:

NavigationCriteria.png

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

Thanks Lori Lee Sood

Top Tags