 | C3DVCRC3DV Method |
Generate an XML CRC of a 3DV
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CRC3DV(
ref int crc,
string file
)
public void CRC3DV(
ref int crc,
string file
)
Public Sub CRC3DV (
ByRef crc As Integer,
file As String
)
Public Sub CRC3DV (
ByRef crc As Integer,
file As String
)
public:
void CRC3DV(
int% crc,
String^ file
)
public:
void CRC3DV(
int% crc,
String^ file
)
member CRC3DV :
crc : int byref *
file : string -> unit
member CRC3DV :
crc : int byref *
file : string -> unit
Parameters
- crc
- Type: SystemInt32
CRC returned - file
- Type: SystemString
Name of xml to generate (.zip added)
See Also