Object ProX

Function ProXSectionCreateDataQuiltTypeGet


Description
Gets quilt xsec type from ProXSectionCreateData data ( Either PRO_XSECTYPE_QUILTS or PRO_XSECTYPE_MODELQUILTS ).
Synopsis
#include <ProXsec.h>
ProErrorProXSectionCreateDataQuiltTypeGet(
ProXSectionCreateData p_data
/* (In)
ProXSectionCreateData data.
*/
ProXsecCutobj* r_xsec_type
/* (Out)
Address of ProXsecCutobj pointer.
*/
)
Returns
PRO_TK_NO_ERRORGet successfully completed.
PRO_TK_BAD_INPUTSp_data is NULL or xsec_type on data isn't of two allowed types.

Manual References:

  1. Core: Cross Sections: Creating and Modifying Cross Sections
  2. Core: Cross Sections: Creating and Modifying Cross Sections