Category
Curve and surface collection
, Object
ProCrvcollinstr
Function ProCrvcollinstrArrayFree
Description
Releases a
ProArray
of curve collection instructions
Synopsis
#include <
ProCrvcollection.h
>
ProError
ProCrvcollinstrArrayFree
(
ProCrvcollinstr
*
instrs
/* (In)
The curve collection instruction array
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
The argument was invalid.
Manual References:
User Interface: Curve and Surface Collection: Contents of Curve Collection
Sample Code References:
pt_userguide ( UgSmtFlgWallCreate.c )