This will return all Markers matching the programme even if the programme has been excluded from the Marker. It's your job to filter those Markers that have excluded this programme.
Returns
Returns an array of Markers associated with this programme
Examples
var arrMarkers = programme.getMarkers(); var i; for( i in arrMarkers ) { debugOut( arrMarkers[ i ].markerName ); }