Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member function calls BASE_CLASS**::SetAt**.
void SetAt(
INT_PTR nIndex,
TYPE ptr
);
Parameters
nIndex
An integer index that is greater than or equal to 0 and less than or equal to the value returned by CObArray::GetUpperBound.TYPE
Type of the elements stored in the base-class array.ptr
A pointer to the element to be inserted in the array at the nIndex. A NULL value is allowed.
Remarks
For more detailed remarks, see CObArray::SetAt.
Requirements
Header: afxtempl.h