Function ProIntfDataAccuracySet
Description
Sets the accuracy of the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataAccuracySet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
double accuracy
/* (In)
The accuracy
*/
)
Returns
The function successfully set the accuracy.
One or more of the arguments are invalid.
Sample Code References
Isto foi útil?