Hi,
>> So imported shapefiles are 'map features' and do
>> not have the standard polyline/polygon geometry?
We have now to be careful with wording 😉
"Imported" is not what we discussed here. Using the FDO connection displays the SHP-geometry in AutoCAD Map3D, but it is not imported.
What I understand as imported is that all is copied into the DWG-file and the SHP is not any more needed, can be deleted, does not matter. When you open next time the DWG-file you'll see the content you have "imported". (can be done with command _MAPIMPORT, but was not discussed here)
The way we use here (using FDO, using command _MAPCONNECT or drag & drop the SHP into the drawing area) references the SHP file. So the DWG-file only knows that it has to show the SHP-data, it knows the path to the data and it knows the stylization, nothing else. If you close the DWG-file, delete the SHP-data and then reopen the DWG-file it can't show the content of the SHP as it does not exist any more (and it was not imported into the dwg-file).
Hope that is better to understand (also why wording gets now important).
>> are 'map features' and do not have the
>> standard polyline/polygon geometry?
Select one of the entities and look to the property window, which type of object it shows 😉
Objects from FDO connections are no polylines or polygons.
When you really import SHP geometry, then yes, that creates polylines, MPOLYGONs and sometimes 3D-Polylines.
>> You can see the shapefile attributes on the left and
>> how it highlights differently than a polyline.
Well, the SHP-content shows the properties according to the attribute values in the SHP dataset
Polylines in AutoCAD does not have more informations than AutoCAD has for them, like layer, linetype, ... And as long as you only have polylines from AutoCAD they can't have any more informations, that is one difference between CAD and GIS.
In Map3D you might use ObjectData, with that option you can create ObjectDataTables in your DWG-file and then assign ObjectDataRecords to each polyline. But that is by far not so easy to edit and handle as the SHP dataset is.
Information about ObjectData in Map3D >>>click<<<.
HTH, - alfred -
------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ...
blog.ish-solutions.at ...
LinkedIn ...
CDay 2026------------------------------------------------------------------------------------
(not an Autodesk consultant)