CodeCollectionTryAdd(String) Method |
Adds a new code to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool TryAdd(
string code
)
Public Function TryAdd (
code As String
) As Boolean
public:
bool TryAdd(
String^ code
)
Parameters
- code String
-
Return Value
Boolean
False when the code is null, empty or duplicate.
See Also