EnumMarkers method (ILEADMarkers)
short EnumMarkers() | |
Overview |
Refer to Markers. |
Remarks
Enumerates the markers in the marker collection.
This method actually updates this object's marker collection as changes (deletions, insertions, etc.) take place. Therefore, when this method returns, the contents of this object's marker collection may be different from the contents of the marker collection before calling this method.
This method can also be used to selectively delete markers from the marker collection.
The EnumerateMarkers event is triggered for each marker enumerated by this method. You can delete, insert, or replace markers using the event.
See Also