Click or drag to resize

CNASVDGetPartitionDetails Method

Get the number of pass-through (head and tail) channels, and the total number of channels (head + data + tail).

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public void GetPartitionDetails(
	ref int head,
	ref int tail,
	ref int total
)

public void GetPartitionDetails(
	ref int head,
	ref int tail,
	ref int total
)

Parameters

head
Type: SystemInt32
(out) Number of head pass-through channels.
tail
Type: SystemInt32
(out) Number of tail pass-through channels.
total
Type: SystemInt32
(out) Total number of channels, including (head + data + tail).
Remarks
Retrieves the partition details for the specified NASVD object. This includes the number of pass-through channels (head and tail) and the total number of channels.
See Also