INPUTS
scheduleView : View or string
columnIndexes : int[]
removeHeadings : bool (optional)
refresh : bool (optional)
OUTPUTS
scheduleData[][] : string[][]
DESCRIPTION
Get the specified column data from a given schedule as strings. Column indexes start at 0 and any input indexes that are out of range are ignored. Use the removeHeading input to specifiy if the headings should be removed from the returned string lists.
MORE INFO
Visit Bimorph Nodes for more information and downloadable example graphs
USER GUIDE