Civil 3d 2018 |top|: Import Kml To Autocad
// Coordinate system (optional: prompt user) string targetCsCode = GetDrawingCoordinateSystemCode(db);
public List<KmlGeometry> ParseKML(string filepath) import kml to autocad civil 3d 2018
var geometries = new List<KmlGeometry>(); using (var stream = File.OpenRead(filepath)) import kml to autocad civil 3d 2018
COGO Point:
// Parse KML var kmlData = ParseKML(filename); import kml to autocad civil 3d 2018