Description | ||||||||||||||
Return the detail note that represents a shown model note. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProNote.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|