Category 3D drawings and annotations, Object ProNote

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.

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProNote.h>
ProErrorProNoteLineEnvelopeGet(
ProNote* note
/* (In)
The note.
*/
int line_number
/* (In)
The line number of the note.
*/
ProLineEnvelope envelope
/* (Out)
The envelope surrounding the text line, in the model's coordinate system.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe indicated line does not exist.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties