<Code Lib>
M

TemporaryGraphicsManager.SetTooltip

Description:
Sets the tooltip for the temporary graphics object.

public void SetTooltip(
	int index,
	string tooltip
)

  • Int32
    index
    Unique index of the temporary graphics object to be updated.
  • String
    tooltip
    Tooltip to be set.

  • index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.
  • A non-optional argument was null

Loading…