5.2.4.1.7 Getting the ith Name Component
The get_component operation returns the i th component. The first component is numbered 1 (one).
LNameComponent get_component(in unsigned long i)
raises(NoComponent);If the component does not exist, the NoComponent
exception is raised.
Parent topic: Names Library Interface Pseudo OMG IDL