AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Insert() [1/2]

void SdsId::Insert ( SdsId to_insert,
const long  ndims,
const unsigned long *const  dims,
StatusType *const  status 
)
inline

Insert an SDS object into this object, which is a structured array.

This object inserts a top level object into a structure array at a position specified by its indices. It deletes any object that is currently at that position.

See also
SdsInsertCell()
SdsId::FillArray
Parameters
to_insertThe object to insert.
ndimsThe number of dimensions to the array. 1 through 7.
dimsThe cell indicies.
statusInherited status.