Jon Aquino's Mental Garden

Engineering beautiful software jon aquino labs | personal blog

Thursday, June 03, 2004

BeanShell script to assign an attribute to the selected features

for (feature : wc .layerViewPanel .selectionManager .featuresWithSelectedItems) { feature.setAttribute("FCODE", "Private"); }

0 Comments:

Post a Comment

<< Home