Announcements
Due to scheduled maintenance, the Autodesk Community will be inaccessible from 10:00PM PDT on Oct 16th for approximately 1 hour. We appreciate your patience during this time.
Community
Civil 3D Forum
Welcome to Autodesk’s Civil 3D Forums. Share your knowledge, ask questions, and explore popular AutoCAD Civil 3D topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Autoset Alignment Design Standards

0 REPLIES 0
Reply
Message 1 of 1
Kyle-Evans
178 Views, 0 Replies

Autoset Alignment Design Standards

Hello Everyone!

 

I am setting up some standards within our company and I was able to auto add some variables that get saved to the registry by using the following lisp below. This sets up our Pen Table locations and Template Locations. What I am having a problem with is the Design Standards file. I found the "LatestCriteriaFileName" heading in my registry and the mapping was to the location it should be, however this is not working as the previous ones. I have it set as below, however it was in a different location within the registry.

 

Is there any way at all to accomplish this?

 

(defun c:setenvvariables ()
(setvar "cmdecho" 0)
(setenv "PrinterStyleSheetDir" "W:\\Drafting\\Support\\PEN TABLES")
(setenv "QnewTemplate" "W:\\Drafting\\Support\\templates\\auto cad\\AT Template.dwt")
(setenv "TemplatePath" "W:\\Drafting\\Support\\Templates\\Auto Cad")
(setenv "LatestCriteriaFileName" "W:\\Drafting\\Support\\AT Standards\\AT Design Standards.xml")
(setenv "ShowTabs" "1")
(setvar "cmdecho" 1)


Thanks in Advance!

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report