API 설명서 > 3D drawings and annotations > Object ProNote > Function ProNoteLineEnvelopeGet
Function ProNoteLineEnvelopeGet
Description
Get the envelope of a line in a specified note.
Note: This function only supports notes which are placed on an annotation plane.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProNote.h>
ProNoteLineEnvelopeGet
(
ProNote* note
/* (In)
The note.
*/
int line_number
/* (In)
The line number of the note.
*/
/* (Out)
The envelope surrounding the text line, in the model's coordinate system.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The indicated line does not exist.
User Guide References
도움이 되셨나요?