Click or drag to resize

CVVWriteXML Method

Write the VV data as an XML object with bytes and formating.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void WriteXML(
	string file,
	int format,
	int decimal
)

public void WriteXML(
	string file,
	int format,
	int decimal
)

Parameters

file
Type: SystemString
XML file to create
format
Type: SystemInt32
Format
decimal
Type: SystemInt32
Significant digits/decimals
See Also