PointDescriptionKeySetAdd Method

Adds a new PointDescriptionKey object to the PointDescriptionKeySet.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public ObjectId Add(
	string codeName
)

Parameters

codeName  String
Specifies the name of new PointDescriptionKey object.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is already in use.
See Also