GetChild Method
The GetChild method returns a child of the property set that resides at an index location that you specify. It returns a property set object.
It uses the following format:
GetChild (index)
For example:
childPS = inputPS.GetChild (index);
It uses the following arguments:
index. Specifies the index of the child that Siebel Open UI gets from the inputPS property set.