Share

CodeCollection.Remove Method

Remove the code from collection.



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

Syntax

C#

public bool Remove(
	string code
)

VB

Public Function Remove ( 
	code As String
) As Boolean

C++

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

Reference

Was this information helpful?