Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataJustifGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleJustificationGet, ProTextStyleVertJustificationGet
Description
Note: This function is deprecated Use ProTextStyleJustificationGet and ProTextStyleVertJustificationGet instead. Gets note justification values.
Replacement in Object TOOLKIT: pfcDetailNoteInstructions::Horizontal
pfcDetailNoteInstructions::Vertical
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataJustifGet(
ProDtlnotedata notedata
/* (In)
The note data.
*/
ProHorizontalJustification* hjust
/* (Out)
Horizontal justification value.
*/
ProVerticalJustification* vjust
/* (Out)
Vertical justification value.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORError getting justification value.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )