Click or drag to resize
CVVWriteXML Method
Write the VV data as an XML object with bytes and formating.

Available since Oasis montaj version: 8.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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