geAddHilightRow
geAddHilightRow(
g_hlSetId
d_siteDef
l_point
x_numSites
[ t_siteOrient ]
[ t_rowOrient ]
=> g_hlObjectId / nil
Description
Adds a row to a highlight set.
Arguments
|
g_hlSetId
|
Database ID of the highlight set.
|
|
d_siteDef
|
The siteDef to be used for this row.
|
|
l_point
|
The origin point for the row.
|
|
x_numSites
|
The number of site placements in the row.
|
|
t_siteOrient
|
Specifies the orientation of the site placements of the row. Default value: R0
|
|
t_rowOrient
|
Specifies the orientation of the row. Default value: R0
|
Value Returned
|
g_hlObjectId
|
The row is added to the set.
|
|
nil
|
The row is not added to the set.
|
Return to top