API 文件集 > 3D drawings and annotations > Object ProNote > Function ProNotePlacementSet
Function ProNotePlacementSet
Description
Places the note at the specified location.
Synopsis
#include <ProNote.h>
ProNotePlacementSet
(
ProNote* p_note_item
/* (In)
The note to place
*/
ProNoteAttach note_att
/* (In)
An opaque handle for the note attachment
*/
)
Returns
The function successfully placed the note.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Could not modify the given item because it has read-only access.
The note has a flat to screen annotation plane incompatible with the placement.
Sample Code References
User Guide References
這是否有幫助?