This class encapsulates the collection of all PointDescriptionKeySet objects in a drawing.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPointDescriptionKeySetCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class PointDescriptionKeySetCollection : IEnumerable<ObjectId>
VB
Public Class PointDescriptionKeySetCollection Implements IEnumerable(Of ObjectId)
C++
public ref class PointDescriptionKeySetCollection : IEnumerable<ObjectId>
The PointDescriptionKeySetCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Returns the number of PointDescriptionKeySet objects in the collection. | |
| ItemInt32 | ||
| ItemString | ||
| SearchOrder | Gets or sets the order of description key sets. The DescritpionKeySet at the top of the list is searched first. |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a new PointDescriptionKeySet object to the drawing. | |
| Clear | Removes all PointDescriptionKeySet objects from the drawing. | |
| Contains(ObjectId) | Indicates whether an element specified by ObjectId exists in the collection. | |
| Contains(String) | Indicates whether an element specified by name exists in the collection. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| GetPointDescriptionKeySets | Gets the PointDescriptionKeySetCollection object for a drawing. | |
| Remove(ObjectId) | Removes a PointDescriptionKeySet object specified by ObjectId from the drawing. | |
| Remove(String) | Removes a PointDescriptionKeySet object specified by name from the drawing. | |
| RemoveAt | Removes a PointDescriptionKeySet object specified by index from the drawing. |
