Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Add( string code )
VB
Public Sub Add ( code As String )
C++
public: void Add( String^ code )
Parameters
- code String
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the code does not have any valid character or is duplicate. |