geCreateMarkerByPoints
geCreateMarkerByPoints(d_cellview t_type t_owner t_reason t_displayText l_points) =>d_shapeId/ nil
Description
Creates a polygon-shaped marker.
Arguments
Value Returned
|
The shape representing the marker, if the marker is created. |
|
Examples
Creates a marker in the cellview cell2 using the coordinates in the list. The marker severity is warning and the marker owner is PDV. Mytext is displayed with the marker. Returns the shape ID of the marker shape.
geCreateMarkerByPoints( cell2 "warning" "PDV" "metal1-metal1 spacing violation" "mytext" list(12:10 20:10 20:18 10:18 10:14 12:14) )
Related Topics
Return to top