PointDescriptionKeySetAdd Method

Adds a new PointDescriptionKey object to the PointDescriptionKeySet.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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