| Customize Help
| Save Settings

M3ddispFree



Function Map
Synopsis
Free a 3D display.
Syntax
void M3ddispFree(
MIL_ID Disp3dId //in
)
Description

This function deallocates a 3D display previously allocated with M3ddispAlloc().

If the 3D display was shown in a window using M3ddispSelect(), M3ddispFree() also closes the associated window; if the 3D display was shown in a window using M3ddispSelectWindow(), the associated window is left open but it is left blank.

An error will be generated if you attempt to free the internal 3D graphics list associated with a 3D display.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see which MIL system’s documentation you should use in its place and any possible differences.
Parameters
This function is not supported on the selected boards.
This function reference has not been updated for the selected MIL system. To show the content of this page, choose a second MIL system; refer to the MIL system's release note to see which MIL system’s documentation to choose and any possible differences.
Parameter
Disp3dId

Specifies the identifier of a 3D display previously allocated with M3ddispAlloc().

Compilation information
Header Include mil.h.
Library Use mil.lib; mil3d.lib.
DLL Requires mil.dll; mil3d.dll.