This class encapsulates the collection of all PointDescriptionKeySet objects in a drawing.

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

Syntax

C#
public class PointDescriptionKeySetCollection : IEnumerable<ObjectId>
Visual Basic
Public Class PointDescriptionKeySetCollection _
	Implements IEnumerable(Of ObjectId)
Visual C++
public ref class PointDescriptionKeySetCollection : IEnumerable<ObjectId>

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..PointDescriptionKeySetCollection

See Also