SetDisplayName

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > CADSystem >

SetDisplayName

Description

Sets the DisplayName of an Inventor Document by using Inventor Apprentice

Syntax

call DBWShell("SetDisplayName InventorFilePath DisplayName")

Parameters

InventorFilePath

The file to act on

DisplayName

The new name to display

Remarks

the command is implemented only in DBInventor Integrated version

Example

call DBWShell( "SetDisplayName c:\temp\myFile.idp MyNewName" )