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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

[jlink] DetailSymbolInstItem.GetInstructions throws XToolkitGeneralError

jemmanuel
1-Newbie

[jlink] DetailSymbolInstItem.GetInstructions throws XToolkitGeneralError

I've selected a BoM balloon from a drawing and when trying to retrieve (create) instructions on a symbol instance item, jlink always throws XToolkitGeneralError.

Is there any other way of retrieving the instructions for symbol instances.

 

Ex code:

 

DetailSymbolInstItem balloon = (DetailSymbolInstItem) drw.GetDetailItem(DetailType.DETAIL_SYM_INSTANCE, item.GetId());

balloon.GetInstructions(true);//throws error irrespective of the argument (true or false)

 

Can somebody please point me in the right direction.

 

 

0 REPLIES 0
Top Tags