How can the design file name be printed without the .dgn extension using a Design Script?


  
 Applies To 
  
 Product(s):ProjectWise InterPlot Organizer
 Version(s):08.11.11.34
 Environment: N/A
 Area: General
 Subarea: 
 Original Author:Todd Combs, Bentley Technical Support Group
  

 

 

 

 

 

 

 

Problem Description

How can the design file name be printed without the .dgn extension using a Design Script?

Steps to Resolve

The plot_name character variable will print the design file name without the extension. Example:

if (characters == "$plotname$") then
characters = plot_name
endif