Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataElbowlengthGet


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

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )