Share

TreeNodeCollectionBase.Remove(String) Method

Removes an object by name from the collection.



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

Syntax

C#

public virtual void Remove(
	string name
)

VB

Public Overridable Sub Remove ( 
	name As String
)

C++

public:
virtual void Remove(
	String^ name
)

Parameters

name  String
 

Exceptions

ExceptionCondition
ArgumentException Thrown when the name is invalid or not exist in the collection.
InvalidOperationException Thrown when the object is still in use.

See Also

Reference

Was this information helpful?