The PointDescriptionKeySetCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a new PointDescriptionKeySet object to the drawing.
| |
| Clear |
Removes all PointDescriptionKeySet objects from the drawing.
| |
| Contains(ObjectId) |
Indicates whether an element specified by ObjectId exists in the collection.
| |
| Contains(String) |
Indicates whether an element specified by name exists in the collection.
| |
| GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
| |
| GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
| |
| GetPointDescriptionKeySets |
Gets the PointDescriptionKeySetCollection object for a drawing.
| |
| Remove(ObjectId) |
Removes a PointDescriptionKeySet object specified by ObjectId from the drawing.
| |
| Remove(String) |
Removes a PointDescriptionKeySet object specified by name from the drawing.
| |
| RemoveAt |
Removes a PointDescriptionKeySet object specified by index from the drawing.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of PointDescriptionKeySet objects in the collection.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) | ||
| SearchOrder |
Gets or sets the order of description key sets. The DescritpionKeySet at the top of the list is searched first.
|