The PointDescriptionKeySet type exposes the following members.

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.

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.)

See Also