Skip to main content

Check attribute value in featureset

Comments

1 comment

  • 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

Please sign in to leave a comment.