Hello, Can someone tell me what is wrong with this code it does not work.
I want to select feature by attribute
Maher
I want to select feature by attribute
Dim fs As New FeatureSet
Dim rrr As String
fs = Map1.Layers.Item(0).DataSet
rrr = "[OBJECTID] = 2"
fs.SelectByAttribute(rrr)
Thank You Maher