Zum Hauptinhalt gehen

Check attribute value in featureset

Kommentare

1 Kommentar

  • Permanently deleted user
    I was just shaking my head over a similar error message.

     

     

    It was because I was trying to loop over the FeatureSet (fs) and not its Features collection (fs.Features)...

     

     

    item.Attributes("PoleType")='B'  should be fine if you are looping over fs.Features with item Type set to 'Graphic'

     

     

    Worth checking. Cheers
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.