Category Curve and surface collection, Object ProCrvcollinstr

Function ProCrvcollinstrTypeGet


Description
Gets the curve collection instruction type
Synopsis
#include <ProCrvcollection.h>
ProErrorProCrvcollinstrTypeGet(
ProCrvcollinstr instr
/* (In)
Curve collection instruction
*/
ProCrvcollinstrType* type
/* (Out)
The instruction type.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. User Interface: Curve and Surface Collection: Contents of Curve Collection
  2. User Interface: Curve and Surface Collection: Contents of Curve Collection

Sample Code References:

  1. pt_userguide ( UgSmtFlgWallCreate.c )