LabelText

The label text

Syntax

LabelText "value";

Description

This should be specified only when the model name cannot be used as the label text.

Label text is typically used as PROG text in clients. When not explicitly specified, the text is generated from the model name by separating words with a single space character.

For example: Text for CatalogNo is generated as 'Catalog No' unless LabelText property is specified.

key        CatalogNo TEXT(25)/UPPERCASE KMI-L {
   LabelText "Catalog Number";
}

This page is generated from IFS Developer Studio at 2021-08-13 08:48.