Click or drag to resize
CDUGetXYZNumFields Method
Get the number of fields in the XYZ file.

Available since Oasis montaj version: 9.1
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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