Article - CS293508
Asynchronous application fails to select in Creo Object Toolkit Java Free
Modified: 08-Oct-2018
Applies To
- Creo Parametric 4.0 to 5.0
Description
- Asynchronous application fails to select in OTK Java Free
- In asynchronous J-Link application how to select a component of an assembly manually
SelectionOptions selOpts = pfcSelect.SelectionOptions_Create("prt_or_asm,component");
selOpts.SetMaxNumSels(new Integer(1));
Selections sels = session.Select(selOpts, null);
Selection sel = sels.get(0);
This is a printer-friendly version of Article 293508 and may be out of date. For the latest version click CS293508