# Load Loads object parameters from file. ``` virtual bool  Load(    int  file_handle      // file handle    ) ``` Parameters file_handle [in]  handle of the binary file already opened using the FileOpen(...) function. Return Value true - successful, false - error.