Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDocument::getAttachments Method
Syntax
C++
void getAttachments(OdStringArray& file_names, OdStringArray& descriptions);

Retrieves names of files currently attached to the Publish document. The method fills passed string arrays with file names and descriptions; then returns them to a calling subroutine. 

 

Parameters
Description
file_names
[out] A placeholder for names of attached files.
descriptions
[out] A placeholder for descriptions of attached files.
Copyright © 2002-2022. Open Design Alliance All rights reserved.