protected int EarthView_World_Spatial_GeoDataset_IDatasetIterator_getDatasetType_EVDatasetType_Function()
                    {
                        EarthView.World.Spatial.GeoDataset.EVDATASETTYPE csret = GetDatasetType();

                        return((int)csret);
                    }
Пример #2
0
                    public DatasetIterator(EarthView.World.Spatial.GeoDataset.Idatasource ref_ds, EarthView.World.Spatial.GeoDataset.EVDATASETTYPE type) : base(CreatedWhenConstruct.CWC_NotToCreate)
                    {
                        NameValuePairList list        = new NameValuePairList();
                        BasePtr           valueref_ds = new BasePtr(ref_ds);

                        list.Add("ref_ds", valueref_ds.PtrVal);
                        BasePtr valuetype = new BasePtr(type);

                        list.Add("type", valuetype.PtrVal);
                        Create("CDatasetIteratorProxy", list);
                        if (!"EarthView.World.Spatial.GeoDataset.DatasetIterator".Equals(((Object)this).GetType().ToString()))
                        {
                            this.SetCustomExtend(true);
                        }
                        RegisterCallBack();
                        this.needDispose = true;
                        GlobalTraceInfoMap.Put(this);
                    }