Library | Module

Interface IpfcNote



DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem

Description

Specifies the information for a solid model note.
Direct Parent Classes:
IpfcModelItem



Property Summary

PropertyLinesas Istringseq
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetTextLines, DetailNoteItem.GetTextLines
The text of the note.
PropertyURLas String
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetURL, DetailNoteItem.GetURL
The URL pointed to by the note.



Method Summary

SubDelete ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailItem.Delete
Deletes the solid model note.
SubDisplay (Mode as IpfcGraphicsMode)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.Remove, DetailNoteItem.Erase, DetailNoteItem.Show, DetailNoteItem.Draw
Displays the solid model note.
FunctionGetOwner () as IpfcModelItem [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetOwner
Returns the model item that owns the note.
FunctionGetText (GiveParametersAsNames as Boolean) as Istringseq
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetTextLines
Returns the text of the solid model note.



Property Detail


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

The text of the note.

Using this to read the text of the note will always get the text in numeric form (parameter callouts will not be identified). To get the text with the parameter callouts, use IpfcNote.GetText()

Exceptions thrown (but not limited to):

IpfcXToolkitBadContext - The note text cannot be varied.






PropertyURLas String
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.SetURL, DetailNoteItem.GetURL

The URL pointed to by the note.

Exceptions thrown (but not limited to):

IpfcXToolkitCantWrite - Could not modify the given item because it has read-only access.







Method Detail


SubDelete ()
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailItem.Delete

Deletes the solid model note.

Exceptions thrown (but not limited to):

IpfcXToolkitCantWrite - Could not delete the given item because it has read-only access.





SubDisplay (Mode as IpfcGraphicsMode)
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.Remove, DetailNoteItem.Erase, DetailNoteItem.Show, DetailNoteItem.Draw

Displays the solid model note.

The model must be present in a window.
Parameters:
Mode
The mode in which to display the note. If the mode is DRAW_GRAPHICS_COMPLEMENT, the note will be erased if it was previous displayed.



FunctionGetOwner () as IpfcModelItem [optional]
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetOwner

Returns the model item that owns the note.
Returns:
The owner, or null, if the note is not associated with a particular model item.



FunctionGetText (GiveParametersAsNames as Boolean) as Istringseq
DEPRECATED: since Creo 4
SUCCESSOR(S): DetailNoteItem.GetTextLines

Returns the text of the solid model note.
Parameters:
GiveParametersAsNames
If true, the text will indicate parameter callouts with ampersands ('&'). If false, the text will show the parameter values with no callout information.
Returns: