RVTDocs.com

TemporaryGraphicsManager.SetVisibility

Method
Description:
Changes the visibility of temporary graphics object.
Syntax
public void SetVisibility(
	int index,
	bool visible
)
Parameters
Parameter Type Description
index Int32 Unique index of the temporary graphics object to be updated.
visible Boolean if true, it will make the temporary graphics object visible. if false, it will make the temporary graphics object invisible.
Return Value
Exceptions
Exception Condition
ArgumentException index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.