astRemoveFrame

Remove a Frame from a FrameSet

Description:

This function removes a Frame from a FrameSet. All other Frames in the FrameSet have their indices re-numbered from one (if necessary), but are otherwise unchanged.

Synopsis

void astRemoveFrame( AstFrameSet this, int iframe )

Parameters:

this
Pointer to the FrameSet.
iframe
The index within the FrameSet of the Frame to be removed. This value should lie in the range from 1 to the number of Frames in the FrameSet (as given by its Nframe attribute).

Notes: