Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataElbowlengthSet


Description
Sets the elbow length for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Leader
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataElbowlengthSet(
ProDtlnotedata data
/* (In)
The note data.
*/
ProBoolean is_default
/* (In)
The default flag.
*/
double elbow_length
/* (In)
The note elbow length if is_default == PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the note elbow.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data
  3. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )