Dear community,
I want to open a DWG file in arcgis .NET sdk, I also want to retrieve all symbols from the DWG file, is that possible? are there any resources for that?
Quick sample:
Uri uri = new Uri(@"c:\path\to\your\file.dwg\Polyline"); //(polyline for instance) LayerFactory.Instance.CreateLayer(uri, MapView.Active.Map);