Removes a link from the collection.

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

Syntax

C#
public void Remove(
	Link link
)
Visual Basic
Public Sub Remove ( _
	link As Link _
)
Visual C++
public:
void Remove(
	Link^ link
)

Parameters

link
Type: Autodesk.Civil.DatabaseServices..::..Link
The Link need to be removed.

See Also