Hello, dear all:
I want to find the index of selected layer to use it with the rest code. the example below shows what I want:
I want to find the value of i
I want to find the index of selected layer to use it with the rest code. the example below shows what I want:
I want to find the value of i
Dim fs As New FeatureSet
Dim rrr As String
fs = Map1.Layers.Item(0).DataSet
rrr = "[STATE] = 'Johor'"
Map1.GetFeatureLayers(0).SelectByAttribute(rrr)
'fs.DataTable.Rows(i).Item("Temperature") = "OK"
'fs.Save()