buffer using topological operator

المشرف العام

Administrator
طاقم الإدارة
IMap map = axMapControl1.ActiveView.FocusMap; IFeatureSelection fSelection = map.get_Layer(0) as IFeatureSelection; ISelectionSet selSet = fSelection.SelectionSet; ICursor cursor; selSet.Search(null, true, out cursor); IFeature feat = ((IFeatureCursor)cursor).NextFeature();Now i want to create buffer to my cursor.How can i do it?



أكثر...
 
أعلى