Tutorial Toolkit Function Descriptions > Graphics > Titles
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Titles
 
ga_title_color_get
( old_name, size )
Description:
Get the color.
Input:
STRING
old_name[]
Title name.
Output:
INTEGER
size
Color.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_color_get (p. 198) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_color_set
( old_name, size )
Description:
Set the color.
Input:
STRING
old_name[]
Title name.
INTEGER
size
Title color.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_color_set (p. 199) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_create
( name, x, y, color, size )
Description:
Creates title.
Input:
STRING
name[]
Title.
REAL
x
X percentage.
REAL
y
Y percentage.
INTEGER
color
Text color.
INTEGER
size
Font size.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000150
Duplicate title.
11000097
There is not enough disk space to complete operation.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_create (p. 201) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_delete
( name )
Description:
Delete title.
Input:
STRING
name[]
Title.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000150
Duplicate title.
11000097
There is not enough disk space to complete operation.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_delete (p. 202) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_font_size_get
( old_name, size )
Description:
Get the font size.
Input:
STRING
old_name[]
Title name.
Output:
INTEGER
size
Font size.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_font_size_get (p. 203) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_font_size_set
( old_name, size )
 
Description:
Set the font size.
Input:
STRING
old_name[]
Title name.
INTEGER
size
Font size.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_font_size_set (p. 205) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_list_get
( list )
Description:
Get the list of titles.
Input:
None.
Output:
STRING
list [ ] ( )
List of titles from db.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_list_get (p. 206) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_loc_get
( old_name, x, y )
Description:
Get the x,y location.
Input:
STRING
old_name[]
Title name.
Output:
REAL
x
X percentage.
REAL
y
Y percentage.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_loc_get (p. 207) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_loc_set
( old_name, x, y )
Description:
Set the x, y location.
Input:
STRING
old_name[]
Title name.
REAL
x
X percentage.
REAL
y
Y percentage.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000152
Invalid title name.
11000151
Title not found.
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_loc_set (p. 209) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_nposted_get
( num )
Description:
Get the number of posted titles in db.
Input:
None.
Output:
INTEGER
num
Number of posted titles.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_nposted_get (p. 211) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_num_get
( num )
 
Description:
Get the number of titles in db.
Input:
None.
Output:
INTEGER
num
Number of titles.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_num_get (p. 211) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_posted_get
( list )
Description:
Get the list of posted titles
Input:
None.
Output:
STRING
list [ ] ( )
List of posted titles from db.
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_posted_get (p. 212) in the MSC Acumen Toolkit - Code Examples.
 
ga_title_rename
( old_name, new_name )
Description:
Rename title.
Input:
STRING
old_name[]
Title.
STRING
new_name[]
Title.
Output:
INTEGER
<Return Value>
See error conditions.
Error Conditions:
11000098
A fatal error has occurred in the database. Database is corrupted.
Example:
Please see ga_title_rename (p. 213) in the MSC Acumen Toolkit - Code Examples.