Click or drag to resize

CEMAPReloadGrid Method

Reloads a grid document.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ReloadGrid(
	string name
)

public static void ReloadGrid(
	string name
)

Parameters

name
Type: SystemString
Source file name
Remarks
Use this method to reload (if loaded) a grid document if the file on disk changed.
See Also