Share

TreeNodeCollectionBase.Remove(Int32) Method

Removes an object by index from the collection.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public virtual void Remove(
	int index
)

VB

Public Overridable Sub Remove ( 
	index As Integer
)

C++

public:
virtual void Remove(
	int index
)

Parameters

index  Int32
 

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of range.
InvalidOperationException Thrown when the object is still in use.

See Also

Reference

Was this information helpful?