|    | 
CImageSet:GetImage
The GetImage method returns a CImage for the specified list member.
| CImage = CImageSet:GetImage( index ) | 
 index is the index of the CImage to
retrieve. It may be a number or a string.
    index is the index of the CImage to
retrieve. It may be a number or a string.
 On success, the
target CImage is returned.
    On success, the
target CImage is returned.
 On failure,
nil is returned.
    On failure,
nil is returned.
Since the CImageSet holds references to CImage objects, this method simply returns that reference. It does not create a new CImage object the way CImageView:GetImage does.