Adds a new PointDescriptionKey object to the PointDescriptionKeySet.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ObjectId Add(
	string codeName
)
Visual Basic
Public Function Add ( _
	codeName As String _
) As ObjectId
Visual C++
public:
ObjectId Add(
	String^ codeName
)

Parameters

codeName
Type: System..::..String
Specifies the name of new PointDescriptionKey object.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the name is already in use.

See Also