The PointDescriptionKeySetCollection type exposes the following members.

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.

Properties

  NameDescription
Public propertyCount
Returns the number of PointDescriptionKeySet objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])
Public propertySearchOrder
Gets or sets the order of description key sets. The DescritpionKeySet at the top of the list is searched first.

See Also