This class encapsulates a point description key set.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Autodesk.Civil.DatabaseServicesDBObject
Autodesk.Civil.DatabaseServicesPointDescriptionKeySet
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PointDescriptionKeySet : DBObject
VB
Public Class PointDescriptionKeySet Inherits DBObject
C++
public ref class PointDescriptionKeySet : public DBObject
The PointDescriptionKeySet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| Count | Returns the number of PointDescriptionKey objects in the set. | |
| Description |
Gets or sets the description.
(Inherited from DBObject) | |
| Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) | |
| IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) | |
| Item | ||
| Name |
Gets or sets the name.
(Inherited from DBObject) |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a new PointDescriptionKey object to the PointDescriptionKeySet. | |
| Clear | Removes all PointDescriptionKey objects from the PointDescriptionKeySet. | |
| Contains(ObjectId) | Determines whether an element specified by ObjectId is in the collection. | |
| Contains(String) | Determines whether an element specified by name is in the collection. | |
| GetPointDescriptionKeyIds | Gets the ObjectIdCollection of PointDescriptionKey objects in the drawing. | |
| Remove | Removes a PointDescriptionKey object from the PointDescriptionKeySet. |
