The PBUnboundedObjectArrayCreator class is used to create an object array.
PBUnboundedObjectArrayCreator has two methods:
Obtains an array that has been created.
GetArray( )
pbarray.
Sets the array item at the specified dimension.
For arrays of a specified ValueType:
SetAt( pblong pos, ValueType v )
For string arrays:
SetAt( pblong pos, LPCTSTR string )
SetAt( pblong pos, pbstring string )
Argument  | 
Description  | 
|---|---|
pos  | 
A pblong identifying a position in the array  | 
v  | 
A ValueType defined in pbtraits.h  | 
string  | 
A string of type pbstring or LPCTSTR  | 
None.