Category Curve and surface collection, Object ProCrvcollinstr

Function ProCrvcollinstrAttributeSet


Description
Adds an attribute to a curve collection instruction
Synopsis
#include <ProCrvcollection.h>
ProErrorProCrvcollinstrAttributeSet(
ProCrvcollinstr instr
/* (In)
Curve collection instruction
*/
ProCrvcollinstrAttr attr
/* (In)
Attribute to add
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_BAD_CONTEXTThe attribute cannot be set for the given instruction type.
PRO_TK_E_AMBIGUOUSInvalid combination of attributes.

Manual References:

  1. User Interface: Curve and Surface Collection: Creation and Modification of Curve Collections

Sample Code References:

  1. pt_userguide ( UgDraftTemplate.c )
  2. pt_userguide ( UgSimpleDraftCreate.c )
  3. pt_userguide ( UgMfgMillSeqCreate.c )