CodeCollectionRemove Method

Remove the code from collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Remove(
	string code
)

Parameters

code  String
Name of the Corridor code.

Return Value

Boolean
True if the operation is successful, otherwise false.
See Also