Hi,
I create one ShapeFileFeatureLayer as ‘Polyline’.
ShapeFileFeatureLayer.CreateShapeFile(ShapeFileType.Polyline, sDataPathName + “.shp”, dbfColumns);
Is it possible to create multiple feature types(Polyline and Polygon) in one ShapeFileFeatureLayer. If it is not possible, Is any other way to store Polyline and Polygon feature data as ‘shape file’.
Thanks,
Riyaz