Click or drag to resize

CDUGetXYZNumFields Method

Get the number of fields in the XYZ file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetXYZNumFields(
	string xyz,
	ref int num_fields
)

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

Parameters

xyz
Type: SystemString
Xyz file name
num_fields
Type: SystemInt32
Returned number of fields
See Also