CodeCollectionAdd(String) Method |
Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Add(
string code
)
Public Sub Add (
code As String
)
public:
void Add(
String^ code
)
Parameters
- code String
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the code is empty or duplicate.
|
See Also