Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnnotation::getCarouselViews Method
Syntax
C++
void getCarouselViews(OdUInt32Array& indices, OdImagePtrArray& images) const;

Returns the carousel views of the annotation. The view information contains an array of view indices and an array of button icons. The method fills the passed objects with data about the views and returns them to a calling subroutine. 

 

Parameters
Description
indices
[out] A placeholder for the array of view indices.
images
[out] A placeholder for the array of smart pointers to the image objects that are used as button preview images.

A carousel view array includes a collection of views that represent different points of view to a published drawing. To switch from one view to another, a set of carousel buttons is used. Each button (except the previous and next buttons) is associated with a particular view.

Copyright © 2002-2022. Open Design Alliance All rights reserved.