Hello all...
I have this code in mapscript (c#):

...
resultCacheMemberObj _result = _layer.getResult(i);
_layer.open();
shapeObj _obj = _layer.getFeature(_result.shapeindex, _result.tileindex);
_layer.close();
...

So, in my _obj.values I have a array with db data... Is it posible to get
the column name ?

thanks
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to