Exemplo n.º 1
0
                public bool Open(string strFileName, EarthView.World.Core.FILEMODE eMode)
                {
                    byte ret = EarthView_World_Core_CFile_open_ev_bool_ev_string_FILEMODE(this.NativeObject, strFileName, ref eMode);

                    return(Convert.ToBoolean(ret));
                }
Exemplo n.º 2
0
 private static extern byte EarthView_World_Core_CFile_open_ev_bool_ev_string_FILEMODE(IntPtr pNativeObject, string strFileName, ref EarthView.World.Core.FILEMODE eMode);