API Documentation > Creating import and custom geometry > Object ProIntf > Function ProIntfDataAccuracytypeGet
Function ProIntfDataAccuracytypeGet
Description
Gets the accuracy type of the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataAccuracytypeGet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProAccuracytype* p_accu_type
/* (Out)
The accuracy type
*/
)
Returns
The function successfully found the accuracy type.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?