CODController::OnFileExport

void CODController::OnFileExport(void)

Exports the viewport to a selected file format.

Defined in: OdController.cpp

Return Value

void

Comments

Handles the ID_OD_FILE_EXPORT command message by prompting the user for a filename and file format. The FileExportPrompt function returns an index into the file filter combo box on the file save dialog. That index is used to determine which file export function to call. This function will call either SaveDib or SaveMetafile as a result.