Adds a new PointDescriptionKey object to the PointDescriptionKeySet.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId Add( string codeName )
VB
Public Function Add ( codeName As String ) As ObjectId
C++
public: ObjectId Add( String^ codeName )
Parameters
- codeName String
- Specifies the name of new PointDescriptionKey object.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is already in use. |