Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataIdGet


Description
Gets a note id.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataIdGet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
int* id
/* (Out)
The note id.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the note id.
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 ( TestSymDefInfo.c )