Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataDatumAppend


Description
Appends the specified datum object to the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataDatumAppend(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
ProDatumdata* p_datumdata
/* (In)
The datum object data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully appended the datum object.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Datums

Sample Code References:

  1. pt_examples ( TestImportfeat.c )