Category
Drawings and detail
, Object
ProDtlnotedata
Function ProDtlnotedataIdGet
Description
Gets a note id.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataIdGet
(
ProDtlnotedata
notedata
/* (In)
The note data.
*/
int*
id
/* (Out)
The note id.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the note id.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_examples ( TestSymDefInfo.c )