Example #1
0
 private static extern void EarthView_World_Spatial_CacheStrategy_setType_void_CacheBaseType(IntPtr pNativeObject, EarthView.World.Spatial.CACHEBASETYPE type);
Example #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name=""></param>
 /// <returns></returns>
 public void SetType(EarthView.World.Spatial.CACHEBASETYPE type)
 {
     EarthView_World_Spatial_CacheStrategy_setType_void_CacheBaseType(this.NativeObject, type);
 }