Click or drag to resize

CNASVDGetMaximumElementCount Method

Get the maximum number of elements that can be processed by NASVD

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void GetMaximumElementCount(
	CGXNETCore gxNetShared,
	ref int maximum
)

public static void GetMaximumElementCount(
	CGXNETCore gxNetShared,
	ref int maximum
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
maximum
Type: SystemInt32
Maximum number of elements (rows * columns) that can be processed by NASVD
Remarks
Returns the maximum number of elements that can be processed by the NASVD algorithm to avoid memory allocation failures. This value is stored as an advanced setting in Oasis montaj.
See Also