PointDescriptionKeySetCollectionAdd Method

Adds a new PointDescriptionKeySet object to the drawing.

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