VersionNHExt

 

Top  Previous  Next

SOAP

VersionNHExt( aProduct, &aVersion, &aErrorMsg );

 

REST

/VersionNHExt&aProduct=<Value>

returns Version, ErrorMsg

 

Description: VersionNHExt() returns the current version of the Crash Magic server, or any Crash Magic utility/add=on product, without requiring a "handle" or login.

 

aProduct is the name of the Crash Magic utility whose version number is desired. Current possible values for this request are:

"" (blank) returns the version of Crash Magic (Equivalent to VersionNH)

"IW" Returns the version of the built-in html generator

"cmDataEntry.exe" Returns the version of the installed Crash Magic data entry application available for download

"svgView.exe" Returns the version of the SVG viewer application available for download

"MapMagiccmo.dll" Returns the version of the Map Magic dll for ArcGIS available for download.

Any other value will return an error

&aVersion is populated with a string representing the current version of the program.  The output will be similar to: "3.1.0.0".

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: VersionNHExt( "MagMagiccmo.dll", lVersion, lErrorMsg );