Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDocument::getIconImages Method
Syntax
C++
void getIconImages(OdStringArray& names, OdImagePtrArray& images) const;

Returns a collection of icon images from the Publish SDK document. This method fills the passed string array and smart pointer array with image names and pointers to image objects, then returns them to a calling subroutine. 

 

Parameters
Description
names
[out] A placeholder for icon image names.
images
[out] A placeholder for an array of smart pointers that point to the document icon images.
Copyright © 2002-2022. Open Design Alliance All rights reserved.