Adds a new code to the collection.

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

Syntax

C#
public void Add(
	string code
)
Visual Basic
Public Sub Add ( _
	code As String _
)
Visual C++
public:
void Add(
	String^ code
)

Parameters

code
Type: System..::..String

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the code is empty or duplicate.

See Also