Library | Module

Class pfcDetailNoteInstructions



DEPRECATED: since Creo 4
Description

This interface contains information used to describe a detail note item. It may be used when creating detail notes (pfcDetailItemOwner.CreateDetailItem() and pfcDetailSymbolDefItem.CreateDetailItem()), or accessing existing notes (pfcDetailNoteItem.Modify() and pfcDetailNoteItem.GetInstructions()).
Direct Parent Classes:
pfcDetailCreateInstructions



Property Summary

/* optional */ pfcColorRGBColor
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetColor, AnnotationTextStyle.SetColor
The color of the detail item. If null, the default drawing color is used.
/* optional */ pfcHorizontalJustificationHorizontal
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetHorizontalJustification, AnnotationTextStyle.SetHorizontalJustification
The horizontal justification.
/* optional */ booleanIsDisplayed
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.IsDisplayed
true if the note is currently displayed.
/* optional */ booleanIsMirrored
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.IsTextMirrored, AnnotationTextStyle.MirrorText
true if the note is mirrored. null or false if it has normal orientation.
/* optional */ booleanIsReadOnly
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetReadOnly, DetailNoteItem.IsReadOnly
true if the note is readonly. null or false if it is user editable.
/* optional */ pfcDetailLeadersLeader
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetElbowLength, DetailNoteItem.SetElbow, <reference 1 to unknown entity pfcDetail::DetailNoteItem::SetLeaderAttachment> DetailNoteItem.SetOnItemAttachment, DetailNoteItem.SetOffsetAttachment, DetailNoteItem.SetFreeAttachment, DetailNoteItem.GetAttachment
The note attachment information, including placement and leaders.
/* optional */ numberTextAngle
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetAngle, AnnotationTextStyle.SetAngle
The text angle used for the note. null indicates 0.0.
pfcDetailTextLinesTextLines
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetTextLines, DetailNoteItem.GetTextLines
Sequence of lines contained in the note.
/* optional */ pfcVerticalJustificationVertical
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetVerticalJustification, AnnotationTextStyle.SetVerticalJustification
The vertical justification.



Method Summary

static pfcDetailNoteInstructionsCreate (pfcDetailTextLines inTextLines)
Creates a data object used to describe how a detail note item should be construct, when passed to pfcDetailItemOwner.CreateDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem(), or pfcDetailNoteItem.Modify().



Property Detail


/* optional */ pfcColorRGBColor
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetColor, AnnotationTextStyle.SetColor

The color of the detail item. If null, the default drawing color is used.




/* optional */ pfcHorizontalJustificationHorizontal
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetHorizontalJustification, AnnotationTextStyle.SetHorizontalJustification

The horizontal justification.




/* optional */ booleanIsDisplayed
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.IsDisplayed

true if the note is currently displayed.




/* optional */ booleanIsMirrored
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.IsTextMirrored, AnnotationTextStyle.MirrorText

true if the note is mirrored. null or false if it has normal orientation.




/* optional */ booleanIsReadOnly
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetReadOnly, DetailNoteItem.IsReadOnly

true if the note is readonly. null or false if it is user editable.




/* optional */ pfcDetailLeadersLeader
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetElbowLength, DetailNoteItem.SetElbow, <reference 1 to unknown entity pfcDetail::DetailNoteItem::SetLeaderAttachment> DetailNoteItem.SetOnItemAttachment, DetailNoteItem.SetOffsetAttachment, DetailNoteItem.SetFreeAttachment, DetailNoteItem.GetAttachment

The note attachment information, including placement and leaders.

Exceptions thrown (but not limited to):

pfcXToolkitOutOfMemory - Not enough memory.

pfcXToolkitNotFound - No leaders were found.






/* optional */ numberTextAngle
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetAngle, AnnotationTextStyle.SetAngle

The text angle used for the note. null indicates 0.0.




pfcDetailTextLinesTextLines
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetTextLines, DetailNoteItem.GetTextLines

Sequence of lines contained in the note.

Exceptions thrown (but not limited to):

pfcXToolkitOutOfMemory - Not enough memory.

pfcXToolkitNotFound - No text lines were found.






/* optional */ pfcVerticalJustificationVertical
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetNoteTextStyle, DetailNoteItem.SetNoteTextStyle, AnnotationTextStyle.GetVerticalJustification, AnnotationTextStyle.SetVerticalJustification

The vertical justification.





Method Detail


static pfcDetailNoteInstructionsCreate (pfcDetailTextLines inTextLines)

Creates a data object used to describe how a detail note item should be construct, when passed to pfcDetailItemOwner.CreateDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem(), or pfcDetailNoteItem.Modify().
Parameters:
inTextLines
Sequence of text line data objects describing the contents of the note.
Returns:
The created data object.