Autodesk AutoCAD Map 3D Object Data User Attributes

User attributes define an attribute to be stored within the object data table.

The attributes will define the columns in the output object data table. For additional information, see the AutoCAD DWG/DXF documentation.

Readers: For information on the parameters in this dialog that are common to all readers, see:

Writers: For information on the parameters in this dialog that are common to all writers, see:

User attributes for this format are defined below.

Name

The name of the table or layer to be written.

Note: Object Data Table names have restrictions:

  • Non-Ascii characters are not supported.
  • The following characters are also not supported: <>/\":;?*|,=`!@#%^&+.[ {}'~

If this attribute contains unsupported characters, FME will replace them with underscores (_) before writing.

Type

This format supports the following field types.

  • char
  • double
  • integer
  • logical
  • number
  • smallint
  • string

Width

The width parameter controls the maximum characters that can be stored by the field.

For the number type, the width parameter is the total number of characters allocated to the field, including the decimal point.

Precision

For some attribute types, controls the precision of the data by specifying the number of digits to the right of the decimal.