Deletes the existing control identified by the unique index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public void RemoveControl( int index ) |
Visual Basic |
---|
Public Sub RemoveControl ( _ index As Integer _ ) |
Visual C++ |
---|
public: void RemoveControl( int index ) |
Parameters
- index
- Type: System..::..Int32
Unique index of the control to be deleted.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document. |