Hello everyone,
I want to create a query filter that retrieves the shape field and the folio number of the Parcel layer. Do I need to specify the shape also on the Subfields or only the Folio number?
This is the code I am currently typing:
queryFilterParcel = New QueryFilterClass()
' Select the fields to be returned
queryFilterParcel.SubFields = "FOLIO"