Click or drag to resize

CBIGRIDiLoadWarp Method

Load a warp projection.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iLoadWarp(
	string title,
	string cell,
	string warp
)

public int iLoadWarp(
	string title,
	string cell,
	string warp
)

Parameters

title
Type: SystemString
New grid title
cell
Type: SystemString
New grid cell size as a string, blank for default
warp
Type: SystemString
Warp projection file name

Return Value

Type: Int32
0 - Ok 1 - Error
See Also