Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool TryAdd( string code )
VB
Public Function TryAdd ( code As String ) As Boolean
C++
public: bool TryAdd( String^ code )
Parameters
- code String
Return Value
BooleanFalse when the code is null, empty or duplicate.