예제 #1
0
        public List <int> OpenMixFile(string sPath)
        {
            StoredCommands sc  = new StoredCommands();
            uint           key = sc.AppendSceneCommand_OpenMixFile(sPath);

            ExecuteCommands(sc);
            return(ListObjects());
        }