Category Curve and surface collection, Object ProCrvcollinstr

Function ProCrvcollinstrReferencesGet


Description
Returns the references contained in a curve collection instruction
Synopsis
#include <ProCrvcollection.h>
ProErrorProCrvcollinstrReferencesGet(
ProCrvcollinstr instr
/* (In)
Curve collection instruction
*/
ProReference** reference_array
/* (Out)
ProArray of references. Free this array using ProReferencearrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_INVALID_ITEMInvalid item for this type of instruction.

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 )