Skip to main content
1-Visitor
July 25, 2014
Solved

How do we get the ibaholder of the part using api?

  • July 25, 2014
  • 1 reply
  • 1590 views

Hi Friends,

How do we get the iba holder of the part?

Best answer by KD_01

IbaHolder is a name of an Interface which is implemented by WTPart.

SO, the WTPart itself is also an IBAHolder.

You just have to typecast it.

1 reply

KD_0112-AmethystAnswer
12-Amethyst
July 29, 2014

IbaHolder is a name of an Interface which is implemented by WTPart.

SO, the WTPart itself is also an IBAHolder.

You just have to typecast it.

saitha1-VisitorAuthor
1-Visitor
July 30, 2014

Thank you..