Assign a Template Library ITL to the WorkSet level


Product(s):OpenRoads Designer
Version(s):10.00.00.120+
Area: Basic Settings
Original Author:Holly Herring, Bentley Technical Support Group

 

Question:

How do I assign a Template Library ITL to the WorkSet location?

Answer:

  1. Create a folder in the Workset's folder > Standards, called Template Library
  2. Move the ITL file to the Template Library folder:
  3. Open the WorkSet's cfg (in this example the WorkSet is called Test, so I opened Test.cfg)
  4. Uncomment line 17 and change the value to the name of the ITL
  5. Save and close the cfg

This satisfies the IF statement in the WorkSet cfg: %if defined (CIVIL_WORKSET_TEMPLATE_LIBRARY_NAME) && exists ($(_USTN_WORKSETSTANDARDS)Template Library/

If CIVIL_WORKSET_TEMPLATE_LIBRARY_NAME is defined (Step 4) and ($(_USTN_WORKSETSTANDARDS)Template Library/ exists (Step 1 & 2), then it will define CIVIL_ROADWAY_TEMPLATE_LIBRARY.