Dear reader
I am using the next code to add a layer and fill a feautureset
I am using the next code to add a layer and fill a feautureset
Dim Layer As IMapLayer = Form1.myVenster.AddLayer(Form1.txtPadFileDienstregelingShape.Text)
Dim fs As FeatureSet = TryCast(Layer.DataSet, FeatureSet)
fs.FillAttributes()
but HOW can i fill a featureset and datatable without adding the layer to my map/legend?