Category Drawings and detail, Object ProDtlnote

Function ProDtlnoteLineEnvelopeGet


Description
Get the envelope of a line in specified note.
Replacement in Object TOOLKIT: pfcDetailNoteItem::GetLineEnvelope
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnoteLineEnvelopeGet(
ProDtlnote* note
/* (In)
The note.
*/
int line
/* (In)
The line number, counting from 0.
*/
ProVector envel[4]
/* (Out)
The envelope, in screen coordinates. The order of coordinates are as:

0 -------- 1
| |
2 -------- 3
This ordering of points is preserved even if the note is mirrored and/or at an angle.
*/
)
Returns
PRO_TK_NO_ERRORSuccess.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_EMPTYThe note is a blank string.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Drawings: Creating, Modifying and Reading Detail Items