geAddHilightLine
geAddHilightLine(
g_hlSetId
l_points
)
=> g_hlObjectId / nil
Description
Adds a line to a highlight set.
The points in l_points specify the location of the line.
Arguments
Value Returned
Examples
Adds a line to the highlight set set1 and returns the object ID of the line.
geAddHilightLine( set1 list(0:0 10:0 10:10) )
Related Topics
Return to top