PointDescriptionKeySetAdd Method |
Adds a new PointDescriptionKey object to the PointDescriptionKeySet.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId Add(
string codeName
)
Public Function Add (
codeName As String
) As ObjectId
public:
ObjectId Add(
String^ codeName
)
Parameters
- codeName String
- Specifies the name of new PointDescriptionKey object.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is already in use.
|
See Also