Share

TemporaryGraphicsManager.RemoveControl Method

Deletes the existing control identified by the unique index.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void RemoveControl(
	int index
)

Parameters

index  Int32
Unique index of the control to be deleted.

Exceptions

ExceptionCondition
ArgumentException index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.

See Also

Reference

Was this information helpful?