RVTDocs.com

TemporaryGraphicsManager.RemoveControl

Method
Description:
Deletes the existing control identified by the unique index.
Syntax
public void RemoveControl(
	int index
)
Parameters
Parameter Type Description
index Int32 Unique index of the control to be deleted.
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.