PointDescriptionKeySet Class

This class encapsulates a point description key set.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServicesPointDescriptionKeySet

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointDescriptionKeySet : DBObject

The PointDescriptionKeySet type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyCount Returns the number of PointDescriptionKey objects in the set.
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyItem 
Public propertyName Gets or sets the name.
(Inherited from DBObject)
Top
Methods
 NameDescription
Public methodAdd Adds a new PointDescriptionKey object to the PointDescriptionKeySet.
Public methodClear Removes all PointDescriptionKey objects from the PointDescriptionKeySet.
Public methodContains(ObjectId) Determines whether an element specified by ObjectId is in the collection.
Public methodContains(String) Determines whether an element specified by name is in the collection.
Public methodGetPointDescriptionKeyIds Gets the ObjectIdCollection of PointDescriptionKey objects in the drawing.
Public methodRemove Removes a PointDescriptionKey object from the PointDescriptionKeySet.
Top
See Also