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

UDF with Pro/TOOLKIT (V2000i)

ptc-108214
1-Newbie

UDF with Pro/TOOLKIT (V2000i)

Hello PTC/User!

I want to delete a UDF with Pro/TOOLKIT!

With for "(nID = prodb_first_udf(p_part); nID >= 0;
nID=prodb_next_udf(p_part, nID))"
I get the UDF-ID.
Now I want to delete this UDF.
Can any body please let me know the procedures how to do this????


Thanks Lars
-Germany-

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
FV
17-Peridot
17-Peridot
(To:ptc-108214)

Hello all,

Something like this:
...
int UDF_ID = -1;
ProFeatureDeleteOptions del_opts[] = { PRO_FEAT_DELETE_NO_OPTS};
...
if( PRO_TK_NO_ERROR != ProFeatureDelete( (ProMdl) p_part, &UDF_ID, 1,
del_opts, 1))
return( PRO_TK_GENERAL_ERROR);
...
HIH
Feliks.


Hi, everybody.

i am kishore, and i am very much interested in learning pro/toolkit
from basics.

please let me know where to start. can any one teach me the basics.

Hoping and eagerly waiting for the reply.

regards,
Kishore.G
Announcements
Attention: Creo 7.0 Customers
Please consider upgrading
End of Life announcement here.

NEW Creo+ Topics:
PTC Control Center
Creo+ Portal
Real-time Collaboration