How about ListModels method.
The API doc for WF4 explain this method as: Retrieves the list of objects
in the Pro/ENGINEER workspace.
I do not know if this is available in WF3.
/Bjarne
Joe Kent <jkent@rdleverage.com>
22-12-2010 18:04
Please respond to
Joe Kent <jkent@rdleverage.com>
To
Mark R Stallard <->
<->
cc
Subject
[proecus] - RE: Listing Windchill Workspace Models in JLink & Pro/Toolkit
Take a look at ListFiles method. I know this works in WF 4 but not sure
about WF 3.
Here is what I use in one of my applications.
stringseq files = proSession.ListFiles(filter,
FileListOpt.FILE_LIST_LATEST_INST, "wtws://" + server.GetAlias() + "/" +
workSpaceName + "/");