Click or drag to resize

CNASVDSerialize Method

Serialize the NASVD object

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public void Serialize(
	string output_directory
)

public void Serialize(
	string output_directory
)

Parameters

output_directory
Type: SystemString
The output directory to place the serialized files. A new directory will be created if it does not exist. Any existing files in the directory will be overwritten.
Remarks
Serializes the NASVD object to a format suitable for storage or transmission.
See Also