Adds a new PointDescriptionKey object to the PointDescriptionKeySet.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the name is already in use. |