M

TemporaryGraphicsManager.SetVisibility

Description:
Changes the visibility of temporary graphics object.
public void SetVisibility(
	int index,
	bool visible
)
  • Int32
    index
    Unique index of the temporary graphics object to be updated.
  • Boolean
    visible
    if true, it will make the temporary graphics object visible. if false, it will make the temporary graphics object invisible.
  • index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.