Populate A3DRWParamsLoadData from an XML file

Hello,

I am following a code example that initializes an A3DRWParamsLoadData object as:

A3D_INITIALIZE_DATA(A3DRWParamsLoadData, m_sLoadData)

I was attempting to find if there was also a way to initialize an A3DRWParamsLoadData object directly from an XML file?

Thanks.

-jeff

Hello Jeff,
The current approach uses the initialization macro. However, if you want to populate A3DRWParamsLoadData from an XML file, you can do so by reading values from the XML and assigning them after initialization.
If you have any further questions, please let us know. Thank you.

Best Regards,
Man