ChildProxyIF.getChildByIndex

Fetches a child by its number.

interface ChildProxyIF
getChildByIndex
(
uint index
)

Parameters

index uint

the child's position in the child list

Return Value

Type: ObjectG

the child object or %NULL if not found (index too high). Unref after usage.

MT safe.

Meta