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