Snapshot access in the C++ SDK

Does the new Rhino6 C++ SDK provide access to the snapshots functionality.
I am trying to get a list of snapshots, then details for each of them.

Thanks,

Ashraf

Hi @Ashraf,

If you look on CRhinoDocProperties (rhinoSdkDocProperties.h", you will see a number of methods that begin with “Snapshot”.

Does this help?

– Dale

Hello Dale,

Thank you very much for the quick help.

Ashraf