Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataAccuracytypeGet


Description
Gets the accuracy type of the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataAccuracytypeGet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProAccuracytype* p_accu_type
/* (Out)
The accuracy type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the accuracy type.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Import Feature Properties
  2. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( UtilIntfData.c )