pltIBuildPlotsCtrl GetActiveHashValue
Finds the sum of the entire file by making a checksum.
Syntax
pltIBuildPlotsCtrl_handle GetActiveHashValue
Application
HyperWorks Tcl Query
Description
This command finds the sum of the entire file (a hash value) by making a checksum on the file. A check sum matches every part of the file with a number and adds all the numbers together. You can use this value to compare it to a copy of the file’s hash value. If the two hash values are the same, the copy is identical to the first and has been copied correctly.
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build GetActiveHashValue;
Errors
Success (the hash value) or an error message is returned.
Keywords
HyperWorks
Tcl
Build Plots
Query