A3DPDF3DViewCarouselCreate
-
A3DStatus
A3DPDF3DViewCarouselCreate(A3DPDFDocument *pDoc, const A3DPDF3DViewCarouselData *p3DViewCarouselData, A3DPDF3DViewCarousel **pp3DViewCarousel) A3DStatusA3DPDF3DViewCarouselCreate(A3DPDFDocument* pDoc, constA3DPDF3DViewCarouselData* p3DViewCarouselData,A3DPDF3DViewCarousel** pp3DViewCarousel)Function to create a view carousel widget.
The view carousel widget is primarily created with this function, and it should be positioned on the page with the function
A3DPDFPageInsert3DViewCarousel(). Ultimately, the widget should be linked to a data table withA3DPDF3DViewCarouselBindToTable().Parameters
pDoc: The Document object to work with.
p3DViewCarouselData: The view carousel parameters. The name is mandatory.
pp3DViewCarousel: The view carousel created.
Returns
A3D_SUCCESS in case of success or an error code