vendredi 30 janvier 2015

How to Convert ISelectionSet to ITable

I Have code



ISelectionSet pSelectionSet;
layer = AxMapControl1.get_Layer(0);
pFeatSel = (IFeatureSelection)layer
pSelectionSet = pFeatSel.SelectionSet;
ITable table = pSelectionSet as ITable;


How to convert selection to a table?


Aucun commentaire:

Enregistrer un commentaire