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.