Question
How do I create wtpart subtype using api's?
Windchill PDMLink 10.2 M020
I have created a subtype of wtpart ie:
com.mydomain.MyPart
How do I create one of these using the java api's?
For a "normal" wtpart I have this:
WTPart wtp = WTPart.newWTPart("MYPARTNUMBER", "NAME OF WTPART");
Does anybody have something to get me started to create a new com.mydomain.MyPart subtype?
In the oir for this the objType is specified like this:
objType="wt.part.WTPart|com.mydomain.MyPart"
Thanks
--
I have created a subtype of wtpart ie:
com.mydomain.MyPart
How do I create one of these using the java api's?
For a "normal" wtpart I have this:
WTPart wtp = WTPart.newWTPart("MYPARTNUMBER", "NAME OF WTPART");
Does anybody have something to get me started to create a new com.mydomain.MyPart subtype?
In the oir for this the objType is specified like this:
objType="wt.part.WTPart|com.mydomain.MyPart"
Thanks
--

