Exemplo n.º 1
0
 public override void RegisterCallBack()
 {
     if (this.NativeObject != IntPtr.Zero)
     {
         m_progressChanged_CallBack_void_ev_uint8 = EarthView_World_Spatial2D_Analyst_CRasterTileMosaic_CTileMosaicListener_progressChanged_void_ev_uint8_Function;
         GC.KeepAlive(m_progressChanged_CallBack_void_ev_uint8);
         EV_RegisterCallback_EarthView_World_Spatial2D_Analyst_CRasterTileMosaic_CTileMosaicListener_progressChanged_void_ev_uint8(this.NativeObject, m_progressChanged_CallBack_void_ev_uint8);
         m_finished_CallBack_void = EarthView_World_Spatial2D_Analyst_CRasterTileMosaic_CTileMosaicListener_finished_void_Function;
         GC.KeepAlive(m_finished_CallBack_void);
         EV_RegisterCallback_EarthView_World_Spatial2D_Analyst_CRasterTileMosaic_CTileMosaicListener_finished_void(this.NativeObject, m_finished_CallBack_void);
     }
 }
Exemplo n.º 2
0
 protected static extern void EV_RegisterCallback_EarthView_World_Spatial2D_Analyst_CRasterTileMosaic_CTileMosaicListener_finished_void(IntPtr pObject, finished_CallBack_void pCallback);