Library | Module

Class pfcTextReference



Description

This interface identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
See Also:
pfcSymbolDefHeight, pfcDetailSymbolDefInstructions, pfcDetailSymbolDefItem.ListDetailItems(), pfcDetailSymbolDefItem.GetDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem()



Property Summary

numberTextIndexNumber
The index of the text, on this line.
numberTextLineNumber
The line number of the note.
pfcDetailNoteItemTextRefNote
The note item containing the text.



Method Summary

static pfcTextReferenceCreate (pfcDetailNoteItem inTextRefNote, number inTextLineNumber, number inTextIndexNumber)
Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.



Property Detail


numberTextIndexNumber

The index of the text, on this line.




numberTextLineNumber

The line number of the note.




pfcDetailNoteItemTextRefNote

The note item containing the text.





Method Detail


static pfcTextReferenceCreate (pfcDetailNoteItem inTextRefNote, number inTextLineNumber, number inTextIndexNumber)

Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
See Also:
pfcSymbolDefHeight, pfcDetailSymbolDefInstructions, pfcDetailSymbolDefItem.ListDetailItems(), pfcDetailSymbolDefItem.GetDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem()
Parameters:
inTextRefNote
The note item containing the text.
inTextLineNumber
The line number of the note.
inTextIndexNumber
The index of the text, on this line.
Returns: