Syntax

MMpy.DataGrid(column, version=0)

Description

Creates a data grid object instance.

Parameters

Name
Type
Description

columns

int

The number of columns in the data grid.

version 

int (optional)

The version of the grid, defaults to 0.

Returns

Type
Description

MMpy.DataGrid

A new data grid object instance.

Notes

The version parameter should keep the value given by the script recorder if available. This is to allow for forwards compatibility with future Micromine versions.

Examples

datagrid = MMpy.DataGrid(6)

Resource ID

IDPH_DATAGRID_CSTR