API 설명서 > Drawings and detail > Object ProDtlnote > Function ProDtlnoteNoteGet
Function ProDtlnoteNoteGet
Description
Return the solid model note that shown as a detail note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnoteNoteGet
(
ProDtlnote* dtl_note
/* (In)
The drawing detail note that displays the model note.
*/
ProNote* solid_model_note
/* (Out)
The solid model note.
*/
)
Returns
The function successfully retrieved the note.
The input argument is invalid.
PRO_TK_NO_ACCESS
Input note is not accessible.
The detail note does not show a solid model note.
User Guide References
도움이 되셨나요?