Share

PointDescriptionKeySet.Add Method

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

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the name is already in use.

See Also

Reference

Was this information helpful?