geCreateMarkerByBBox
geCreateMarkerByBBox(d_cellviewt_type t_owner t_reason t_displayText l_bBox) => d_shapeId / nil
Description
Creates a rectangular marker whose size you define with l_bBox.
Arguments
|
Owner of the marker. |
|
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. Poly-poly spacing violation is the reason for the marker. Mytext is displayed with the marker. Returns the shape ID of the marker shape.
geCreateMarkerByBBox( cell2 "warning" "PDV" "poly-poly spacing violation" "mytext" list(12:10 20:18) )
Related Topics
Return to top