|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > CADSystem > SetDisplayName |
available from build: 20080530 |
Sets the DisplayName of an Inventor Document by using Inventor Apprentice
call DBWShell("SetDisplayName InventorFilePath DisplayName")
InventorFilePath |
The file to act on |
|---|---|
DisplayName |
The new name to display |
the command is implemented only in DBInventor Integrated version
call DBWShell( "SetDisplayName c:\temp\myFile.idp MyNewName" )