9/9/2026
Named structures cannot be passed directly between IDL and Python when using the IDL-Python bridge. Therefore, the transfer of named structures from IDL to Python, and vice versa, must be handled manually.
One Python equivalent of an IDL named structure is a dataclass. The first example below shows how to create an IDL named structure and...
Read More >