Synopsis

PDX_MSGT mda_DbgSaveEntity(long option, char *file, MDA_PTR db_ptr)

Purpose

Save an entity as a saved model file

Description

This function simply calls mda_SaveEntities as follows:

.nf mda_SaveEntities (MDA_OVERWRITE, file, 1, &db_ptr) .fi

Note that mda_SaveEntities is always invoked with the MDA_OVERWRITE option.

Input

option

Options (not used)

file

File to store model in

db_ptr

Entity to be saved

Return

MDA error code