Add GraphLayer::InsertPlot(int nIndex) method


Version: 2019

Type: Features

Category: Programming

Subcategory: Origin C

Jira: ORG-16176


Added an OC function to reorder the plots in Graphlayer.

int GraphLayer::ReorderPlots(const vector<uint>& vnIndices, int c1 = 0, BOOL bUndo = FALSE);

  • vnIndices: Specify the new order of the plots.

  • c1: The indice of the starting plot.

  • bUndo: Specify if support undo.