Skip to main content
1-Visitor
August 28, 2013
Solved

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

  • August 28, 2013
  • 2 replies
  • 1845 views

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.

Best answer by LoriSood

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.

2 replies

LoriSood23-Emerald IIAnswer
23-Emerald II
September 6, 2013

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.

1-Visitor
September 7, 2013

Thanks Lori Lee Sood