Skip to main content
Question

How to converting a feature class with domain attribute values to CAD?

  • October 3, 2018
  • 1 reply
  • 26 views

I am trying to convert my feature class with its domain attribute values to CAD. I can convert my feature class to CAD (Autodesk AutoCAD Map 3D Object Data) but I have one issue!

It converts the feature class perfectly and attaches the attribute to each features in CAD with Object Data in CAD but my domain values from my feature class does not show up in CAD attribute!!!

I appreciate your help!

Cheers,

Mehran

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • October 5, 2018

Hi @mehran, in order to bring domain values through in FileGeodatabase Reader Parameter , Select "Resolve Domain". This option will create an attribute name "attribute_resolved" which will contain all the domain values. I have not tried writing Domain values directly in Autocad Object data myself but this is how I would get the "Domain values" across.