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.
Sets the value of the data object to the bounds in the specified SAFEARRAY.
Syntax
HRESULT retVal = object.InitFromSafeArray(psa);
Parameters
psa [in]
Type: SAFEARRAYPointer to the SAFEARRAY data type.
Remarks
SAFEARRAY is expected to be a one-dimensional, eight-element array. The array values, inherited from the DXBNDS structure, are MinX, MaxX, MinY, MaxY, MinZ, MaxZ, MinT, and MaxT, in that order.