CodeCollectionAdd(String) Method |
Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void Add(
string code
)
Public Sub Add (
code As String
)
public:
void Add(
String^ code
)
Parameters
- code String
-
Exceptions
See Also