 | 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
Syntaxpublic void GetPartitionDetails(
ref int head,
ref int tail,
ref int total
)
public void GetPartitionDetails(
ref int head,
ref int tail,
ref int total
)
Public Sub GetPartitionDetails (
ByRef head As Integer,
ByRef tail As Integer,
ByRef total As Integer
)
Public Sub GetPartitionDetails (
ByRef head As Integer,
ByRef tail As Integer,
ByRef total As Integer
)
public:
void GetPartitionDetails(
int% head,
int% tail,
int% total
)
public:
void GetPartitionDetails(
int% head,
int% tail,
int% total
)
member GetPartitionDetails :
head : int byref *
tail : int byref *
total : int byref -> unit
member GetPartitionDetails :
head : int byref *
tail : int byref *
total : int byref -> unit
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