All of my Print Organizer key in commands work just fine except PRINTORGANIZER OUTPUTFILENAME.
I want to set the output format to <design name> and all i get is "bad input" - I have tried using quotes (double and single) .
anybody?
Please look in the MicroStation help > Working with Complete Designs > Printing > Print Organizer > Defining Print Definitions and Output File Name Expressions.
Print Organizer uses MicroStation expressions to generate print definition and output file names so you can look at this help section as well: Programmed Customizations > Named Expressions > Named Expression Components.
Also check this link out with some info on the output name be sure to read till the end:
ww3.cad.de/.../EYC-SG-V8i-PrintOrganiser101.pdf
I think the expression you'll need is:
System.Path.GetFileNameWithoutExtension(PrintDefinition.SourceFile)
Thanks Mark, I did find your PDF earlier but I didn't see the exact key in example.
So what would the key in line look like?
PRINTORGANIZER OUTPUTFILENAME System.Path.GetFileNameWithoutExtension(PrintDefinition.SourceFile)
I get "bad input"
So this is the exact format (including angle brackets)
PRINTORGANIZER OUTPUTFILENAME <design name>
(when I had tried this the "bad input" was still displayed in message center so i thought it didn't work - but it did)