C++
Acad::ErrorStatus thumbnailImage( Atil::Image*& pPreviewImage ) const;
Description
This function provides Atil::Image thumbnail of database as output.
Parameters
Parameters | Description |
---|---|
pPreviewImage | A reference to the pointer of Atil::Image thumbnail in Atil::Image format. |
Returns
This will return Acad::eOk if thumbnail is successfully retrieved. It returns error status otherwise.
Remarks
Internal use only.