| Library | File | Frames | Expand |
| static pfcDetailNoteInstructions_ptr | Create (pfcDetailTextLines_ptr inTextLines) | |
| Creates a data object used to describe how a detail note item should be construct, when passed to pfcDetailItemOwner::CreateDetailItem(pfcDetailCreateInstructions_ptr), pfcDetailSymbolDefItem::CreateDetailItem(pfcDetailCreateInstructions_ptr), or pfcDetailNoteItem::Modify(pfcDetailNoteInstructions_ptr). | ||
| optional pfcColorRGB_ptr | GetColor () | |
| void | SetColor (optional pfcColorRGB_ptr value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The color of the detail item. If null, the default drawing color is used. |
||
| optional pfcHorizontalJustification | GetHorizontal () | |
| void | SetHorizontal (optional pfcHorizontalJustification value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The horizontal justification. |
||
| optional xbool | GetIsDisplayed () | |
| void | SetIsDisplayed (optional xbool value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::IsDisplayed true if the note is currently displayed. |
||
| optional xbool | GetIsMirrored () | |
| void | SetIsMirrored (optional xbool value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > true if the note is mirrored. null or false if it has normal orientation. |
||
| optional xbool | GetIsReadOnly () | |
| void | SetIsReadOnly (optional xbool value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetReadOnly, pfcDetailNoteItem::IsReadOnly true if the note is readonly. null or false if it is user editable. |
||
| optional pfcDetailLeaders_ptr | GetLeader () | |
| void | SetLeader (optional pfcDetailLeaders_ptr value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::GetElbowLength, pfcDetailNoteItem::SetElbow, <reference 3 to unknown entity > pfcDetailNoteItem::SetOnItemAttachment, pfcDetailNoteItem::SetOffsetAttachment, pfcDetailNoteItem::SetFreeAttachment, pfcDetailNoteItem::GetAttachment The note attachment information, including placement and leaders. |
||
| optional xreal | GetTextAngle () | |
| void | SetTextAngle (optional xreal value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The text angle used for the note. null indicates 0.0. |
||
| pfcDetailTextLines_ptr | GetTextLines () | |
| void | SetTextLines (pfcDetailTextLines_ptr value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetTextLines, pfcDetailNoteItem::GetTextLines Sequence of lines contained in the note. |
||
| optional pfcVerticalJustification | GetVertical () | |
| void | SetVertical (optional pfcVerticalJustification value) | |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The vertical justification. |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::IsDisplayed |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetReadOnly, pfcDetailNoteItem::IsReadOnly |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::GetElbowLength, pfcDetailNoteItem::SetElbow, <reference 3 to unknown entity > pfcDetailNoteItem::SetOnItemAttachment, pfcDetailNoteItem::SetOffsetAttachment, pfcDetailNoteItem::SetFreeAttachment, pfcDetailNoteItem::GetAttachment |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetTextLines, pfcDetailNoteItem::GetTextLines |
||
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > |
||
| pfcDetailTextLines_ptr | GetTextLines | () |
| void | SetTextLines | (pfcDetailTextLines_ptr value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetTextLines, pfcDetailNoteItem::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 xbool | GetIsDisplayed | () |
| void | SetIsDisplayed | (optional xbool value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::IsDisplayed true if the note is currently displayed.
|
| optional xbool | GetIsReadOnly | () |
| void | SetIsReadOnly | (optional xbool value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::SetReadOnly, pfcDetailNoteItem::IsReadOnly true if the note is readonly. null or false if it is user editable.
|
| optional pfcDetailLeaders_ptr | GetLeader | () |
| void | SetLeader | (optional pfcDetailLeaders_ptr value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): pfcDetailNoteItem::GetElbowLength, pfcDetailNoteItem::SetElbow, <reference 3 to unknown entity > pfcDetailNoteItem::SetOnItemAttachment, pfcDetailNoteItem::SetOffsetAttachment, pfcDetailNoteItem::SetFreeAttachment, pfcDetailNoteItem::GetAttachment The note attachment information, including placement and leaders. Exceptions thrown (but not limited to): pfcXToolkitOutOfMemory - Not enough memory. pfcXToolkitNotFound - No leaders were found.
|
| static pfcDetailNoteInstructions_ptr | Create | (pfcDetailTextLines_ptr inTextLines) |
|
Creates a data object used to describe how a detail note item should be construct, when passed to pfcDetailItemOwner::CreateDetailItem(pfcDetailCreateInstructions_ptr), pfcDetailSymbolDefItem::CreateDetailItem(pfcDetailCreateInstructions_ptr), or pfcDetailNoteItem::Modify(pfcDetailNoteInstructions_ptr).
|
| optional xbool | GetIsMirrored | () |
| void | SetIsMirrored | (optional xbool value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > true if the note is mirrored. null or false if it has normal orientation.
|
| optional pfcHorizontalJustification | GetHorizontal | () |
| void | SetHorizontal | (optional pfcHorizontalJustification value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The horizontal justification.
|
| optional pfcVerticalJustification | GetVertical | () |
| void | SetVertical | (optional pfcVerticalJustification value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The vertical justification.
|
| optional pfcColorRGB_ptr | GetColor | () |
| void | SetColor | (optional pfcColorRGB_ptr value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The color of the detail item. If null, the default drawing color is used.
|
| optional xreal | GetTextAngle | () |
| void | SetTextAngle | (optional xreal value) |
| DEPRECATED:
since Creo 4
SUCCESSOR(S): <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > <reference 3 to unknown entity > The text angle used for the note. null indicates 0.0.
|