Add Method

Adds a new code to the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 does not have any valid character or is duplicate.

See Also