Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataInit


Description
Initializes the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataInit(
int quilt_id
/* (In)
The quilt identifier
*/
ProQuiltdata* p_quilt_data
/* (Out)
The quilt data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the data structure.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Quilts
  2. Interface: Importing Features: Adding Quilts

Sample Code References:

  1. pt_examples ( TestGeomdata.c )