Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataJustifSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleJustificationSet, ProTextStyleVertJustificationSet
Description
Note: This function is deprecated Use ProTextStyleJustificationSet and ProTextStyleVertJustificationSet instead. Sets justification for the specified note.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Horizontal
pfcDetailNoteInstructions::Vertical
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataJustifSet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProHorizontalJustification hjust
/* (In)
Horizontal justification value.
*/
ProVerticalJustification vjust
/* (In)
Vertical justification value.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )