 | 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
Syntaxpublic void WriteXML(
string file,
int format,
int decimal
)
public void WriteXML(
string file,
int format,
int decimal
)
Public Sub WriteXML (
file As String,
format As Integer,
decimal As Integer
)
Public Sub WriteXML (
file As String,
format As Integer,
decimal As Integer
)
public:
void WriteXML(
String^ file,
int format,
int decimal
)
public:
void WriteXML(
String^ file,
int format,
int decimal
)
member WriteXML :
file : string *
format : int *
decimal : int -> unit
member WriteXML :
file : string *
format : int *
decimal : int -> unit
Parameters
- file
- Type: SystemString
XML file to create - format
- Type: SystemInt32
Format - decimal
- Type: SystemInt32
Significant digits/decimals
See Also