Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the code does not have any valid character or is duplicate. |