*tagupdatedescription

Sets the description text for a tag.

Syntax

*tagupdatedescription id description

Type

HyperMesh Tcl Modify

Description

Sets the description text for a tag.

Inputs

id
The ID of the tag to update.
description
The description text, enclosed in quotes.

Example

To set the description of tag 100 to "Lower control arm - front bushing":

*tagupdatedescription 100 "Lower control arm - front bushing"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

11.0.101