Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataDatumGet


Description
Gets the specified datum object from the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataDatumGet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int index
/* (In)
The index (from 0 to (number - 1) of the datum object in the interface data
*/
ProDatumdata** pp_datumdata
/* (Out)
The datum object data structure. Release the memory using ProDatumdataMemoryFree
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the datum object.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )