====== eMarker ====== Constant enumeration ===== Description ===== Marker types. ===== Members ===== ^Member^ Value^ Description^ |**eMarkerBookmark**| 3| Marker is Bookmark| |**eMarkerBookmarkNum**| 4| Marker is Numbered Bookmark| |**eMarkerBreakpoint**| 2| Marker is Breakpoint| |**eMarkerError**| 7| Marker is Error Line| |**eMarkerExecution**| 5| Marker is Execution Line| |**eMarkerLast**| 8| Last marker type value (do not use)| |**eMarkerPosition**| 6| Marker is Anchor Position| |**eMarkerUndefined**| 0| Marker type is undefined| |**eMarkerUnknown**| 1| Marker type is Unknown| ===== See Also ===== [[:scripting:api:marker:type|IBookmark::Type]], [[:scripting:api:marker:type|IMarker::Type]], [[:scripting:api:text-document:add-marker|ITextDocument::AddMarker]] #API ~~NOTOC~~