Skip to main content
Question

CAD Template Flie in Batch Deploy

  • December 25, 2019
  • 1 reply
  • 9 views

In my translation, the dwg writer has set the template file by using the published parameter "$(SourceDataset_ACAD)". When I run the batch deploy, it seems that the batch deploy can only recognise the first template file.The template file doesn't work in the others.Could someone help?

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

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • 606 replies
  • December 27, 2019

Hi @pw321670,

I don't believe this will work using a parameter to set the template file as parameters can only be set at run time.

Rather, it should work if you create an attribute that contains the path to the template file and set the template file parameter using an attribute value as this will set the value for each feature instead of once at runtime. You can set the Template File using an attribute Value using a FeatureWriter instead of using a DWG writer.

I hope that helps!