Share

PointDescriptionKeySetCollection.Add Method

Adds a new PointDescriptionKeySet object to the drawing.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId Add(
	string name
)

VB

Public Function Add ( 
	name As String
) As ObjectId

C++

public:
ObjectId Add(
	String^ name
)

Parameters

name  String
Specifies the name of new PointDescriptionKeySet object.

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the specified name is used by another PointDescriptionKeySet.

See Also

Reference

Was this information helpful?