geHasMarker
geHasMarker(d_cellview[l_owner] [l_type] ) => t / nil
Description
Queries whether the cellview contains any markers with owner l_owner and type l_type.
Arguments
|
Owner of the markers to query. |
|
Value Returned
Examples
Checks whether cell2 contains any markers owned by PDV of the type error.
geHasMarker( cell2 "PDV" "error" )
Related Topics
Return to top