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