Function ProIntfDataAccuracyGet
Description
Gets the accuracy of the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataAccuracyGet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
double* p_accuracy
/* (Out)
The accuracy
*/
)
Returns
The function successfully found the accuracy.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?