API 文档 > 3D drawings and annotations > Object ProNote > Function ProNoteDtlnoteGet
Function ProNoteDtlnoteGet
Description
Return the detail note that represents a shown model note.
Synopsis
#include <ProNote.h>
ProNoteDtlnoteGet
(
ProNote* solid_model_note
/* (In)
The solid model note.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlnote* dtl_note
/* (Out)
The drawing detail note that displays the model note.
*/
)
Returns
The function successfully retrieved the note.
One or more input arguments is invalid.
The solid model is not contained in the drawing.
The solid model note is not displayed in the drawing.
这对您有帮助吗?