 | CDUExportXYZ2 Method |
Export XYZdata from a database to an XYZ file, using file handles.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ExportXYZ2(
CGXNETCore gxNetShared,
CDB db,
CWA wa,
CRA ra
)
public static void ExportXYZ2(
CGXNETCore gxNetShared,
CDB db,
CWA wa,
CRA ra
)
Public Shared Sub ExportXYZ2 (
gxNetShared As CGXNETCore,
db As CDB,
wa As CWA,
ra As CRA
)
Public Shared Sub ExportXYZ2 (
gxNetShared As CGXNETCore,
db As CDB,
wa As CWA,
ra As CRA
)
public:
static void ExportXYZ2(
CGXNETCore^ gxNetShared,
CDB^ db,
CWA^ wa,
CRA^ ra
)
public:
static void ExportXYZ2(
CGXNETCore^ gxNetShared,
CDB^ db,
CWA^ wa,
CRA^ ra
)
static member ExportXYZ2 :
gxNetShared : CGXNETCore *
db : CDB *
wa : CWA *
ra : CRA -> unit
static member ExportXYZ2 :
gxNetShared : CGXNETCore *
db : CDB *
wa : CWA *
ra : CRA -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - wa
- Type: GeoEngine.Core.GXNetXCWA
Export data file WA handle - ra
- Type: GeoEngine.Core.GXNetXCRA
Export template file RA handle
See Also