Share

CodeCollection.Add(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 void Add(
	string code
)

VB

Public Sub Add ( 
	code As String
)

C++

public:
void Add(
	String^ code
)

Parameters

code  String
 

Exceptions

ExceptionCondition
ArgumentException Thrown when the code is empty or duplicate.

See Also

Reference

Was this information helpful?