Details Notes Operations
Methods Introduced:
The method
IpfcDetailNoteItem.Draw() temporarily draws a detail note item, so that it is removed during the next draft regeneration.
The method
IpfcDetailNoteItem.Show() displays the note item, such that it is repainted during the next draft regeneration.
The method
IpfcDetailNoteItem.Erase() undraws a detail note item temporarily, so that it is redrawn during the next draft regeneration.
The method
IpfcDetailNoteItem.Remove() undraws a detail note item permanently, so that it is not redrawn during the next draft regeneration.
The method
IpfcDetailNoteItem.KeepArrowTypeAsIs() allows you to keep arrow type of the leader note as it is, after a note is modified. You must call this method before the method
IpfcDetailNoteItem.Modify() is called.
The method
IpfcDetailNoteItem.Modify() modifies the definition of an existing detail note item based on the instructions object that describes the new detail note item.