 | CBIGRIDiLoadWarp Method |
Load a warp projection.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iLoadWarp(
string title,
string cell,
string warp
)
public int iLoadWarp(
string title,
string cell,
string warp
)
Public Function iLoadWarp (
title As String,
cell As String,
warp As String
) As Integer
Public Function iLoadWarp (
title As String,
cell As String,
warp As String
) As Integer
public:
int iLoadWarp(
String^ title,
String^ cell,
String^ warp
)
public:
int iLoadWarp(
String^ title,
String^ cell,
String^ warp
)
member iLoadWarp :
title : string *
cell : string *
warp : string -> int
member iLoadWarp :
title : string *
cell : string *
warp : string -> int
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