|
SaveParameters |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall SaveParameters(long Handle, char* FileName);
Pascal declaration
function SaveParameters(Handle: LongInt; FileName: PChar): LongInt; stdcall;
Saving the current parameters in a file:
IN → Handle : Model handle.
IN → FileName : File name.
Format can be :
| • | NML extension "nml" ou "xml". |
| • | ASCII extension "txt" |
Remark : No check on the path. No check on eventual exiting file..