Customizing the metamodel > Keywords for USRPROPS > FIXED: Analytic depiction command
  
FIXED: Analytic depiction command
The FIXED keyword is added to a Value in a List clause to specify a fixed size of an analytic depiction. You specify that size after the keyword, in hundredths of an inch, for example:
List "Traffic Lights" fixed 200 {..}
If the depiction is a left or right depiction, the size is the height and the width is adjusted to preserve the aspect ratio of the depiction.
If the depiction is a top or bottom depiction, the size is the width and the height is adjusted to preserve the aspect ratio of the depiction.
Alternatively, you can specify that the analytic depiction symbol size is a percent of symbol, or not specify anything at all.
Example
The following example displays the .WMF files at 200 hundredths of an inch (2 inches) high, and to the right of Node symbols in a Deployment diagram:
List "Traffic Lights" fixed 200
{
Value "None"
Value "Red" depictions {right images\redlight.wmf}
Value "Yellow" depictions {right images\yellowlight.wmf}
Value "Green" depictions {right images\greenlight.wmf}
}
SYMBOL "Node" In "Deployment"
{ PROPERTY "Analytic Traffic Light"
{ EDIT Text List "Traffic Lights" DEFAULT "None" LENGTH 10 }
}
See also
Analytic depictions
Keywords for USRPROPS