Class Programme : getMarkers Method


Array getMarkers()

Summary

Get an array of markers that match this programme


Remarks

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 );
}


See Also

  • Marker


    Requirements

    Build 1059