Frequently asked question

If annotation from a DXF file is stored in different layers or levels, will these levels be preserved when the DXF file is converted into a coverage?

Last Published: April 25, 2020

Answer

All of the annotation is placed into an annotation subclass called DXF; however, each layer represents a unique annotation level and is stored in the subclass in sequential order. The sequential order can be determined by reviewing the output of DXFINFO.

To build the attribute tables ANNO.DXFTXT and ANNO.DXFTAT after executing the DXFARC command, run BUILD:

Code:
Arc: build <cover_name> anno.dxf

After running BUILD for the annotation feature class, attributes are visible in ArcEdit. Select features and run the LIST command to view pseudo-items that include layer names.

Code:
Arcedit: ef anno.dxf
Arcedit: select all
ArcEdit: list $all

See the DXFINFO and DXFARC command references in the ArcInfo Workstation Help (ArcDOC) for more information about DXF conversion.

Article ID:000004560

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic