Click or drag to resize

CDUGetXYZNumFields Method

Get the number of fields in the XYZ file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GetXYZNumFields(
	CGXNETCore gxNetShared,
	string xyz,
	ref int num_fields
)

public static void GetXYZNumFields(
	CGXNETCore gxNetShared,
	string xyz,
	ref int num_fields
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
xyz
Type: SystemString
Xyz file name
num_fields
Type: SystemInt32
Returned number of fields
See Also