Share

CodeCollection.TryAdd(String) Method

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

Boolean
False when the code is null, empty or duplicate.

See Also

Reference

Was this information helpful?