 | CNASVDSerialize Method |
Serialize the NASVD object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntaxpublic void Serialize(
string output_directory
)
public void Serialize(
string output_directory
)
Public Sub Serialize (
output_directory As String
)
Public Sub Serialize (
output_directory As String
)
public:
void Serialize(
String^ output_directory
)
public:
void Serialize(
String^ output_directory
)
member Serialize :
output_directory : string -> unit
member Serialize :
output_directory : string -> unit
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.
RemarksSerializes the NASVD object to a format suitable for storage or transmission.
See Also