Adds a new PointDescriptionKeySet object to the drawing.

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

Syntax

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

Parameters

name
Type: System..::..String
Specifies the name of new PointDescriptionKeySet object.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the specified name is used by another PointDescriptionKeySet.

See Also