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