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