API Documentation > Classes > Class pfcDetailNoteInstructions
Class pfcDetailNoteInstructions
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:
User Guide References:
Property Summary
/* optional */ pfcColorRGB
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
/* optional */ boolean
DEPRECATED: since Creo 4
/* optional */ boolean
DEPRECATED: since Creo 4
/* optional */ boolean
DEPRECATED: since Creo 4
/* optional */ pfcDetailLeaders
DEPRECATED: since Creo 4
/* optional */ number
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
Method Summary
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 */ pfcColorRGB
Color
DEPRECATED: since Creo 4
Horizontal
DEPRECATED: since Creo 4
/* optional */ boolean
IsDisplayed
DEPRECATED: since Creo 4
/* optional */ boolean
IsMirrored
DEPRECATED: since Creo 4
/* optional */ boolean
IsReadOnly
DEPRECATED: since Creo 4
/* optional */ pfcDetailLeaders
Leader
DEPRECATED: since Creo 4
/* optional */ number
TextAngle
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
/* optional */ pfcVerticalJustification
Vertical
DEPRECATED: since Creo 4
Method Detail
Create
(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.
User Guide References:
Was this helpful?