Removes an object by name from the collection.

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

Syntax

C#
public virtual void Remove(
	string name
)
Visual Basic
Public Overridable Sub Remove ( _
	name As String _
)
Visual C++
public:
virtual void Remove(
	String^ name
)

Parameters

name
Type: System..::..String

Exceptions

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

See Also