PointDescriptionKeySetCollection Class

This class encapsulates the collection of all PointDescriptionKeySet objects in a drawing.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointDescriptionKeySetCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointDescriptionKeySetCollection : IEnumerable<ObjectId>

The PointDescriptionKeySetCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Returns the number of PointDescriptionKeySet objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Public propertySearchOrder Gets or sets the order of description key sets. The DescritpionKeySet at the top of the list is searched first.
Top
Methods
 NameDescription
Public methodAdd Adds a new PointDescriptionKeySet object to the drawing.
Public methodClear Removes all PointDescriptionKeySet objects from the drawing.
Public methodContains(ObjectId) Indicates whether an element specified by ObjectId exists in the collection.
Public methodContains(String) Indicates whether an element specified by name exists in the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodStatic memberGetPointDescriptionKeySets Gets the PointDescriptionKeySetCollection object for a drawing.
Public methodRemove(ObjectId) Removes a PointDescriptionKeySet object specified by ObjectId from the drawing.
Public methodRemove(String) Removes a PointDescriptionKeySet object specified by name from the drawing.
Public methodRemoveAt Removes a PointDescriptionKeySet object specified by index from the drawing.
Top
See Also