This class encapsulates the collection of all UDPClassification objects in the current drawing.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesUDPClassificationCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class UDPClassificationCollection : IEnumerable<UDPClassification>
VB
Public Class UDPClassificationCollection Implements IEnumerable(Of UDPClassification)
C++
public ref class UDPClassificationCollection : IEnumerable<UDPClassification^>
The UDPClassificationCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of UDPClassification objects in the collection. | |
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| Add | Creates a new UDPClassification with the given name and adds it to the collection. | |
| Contains(String) | Gets whether the collection contains the given UDPClassification by its name. | |
| Contains(UDPClassification) | Gets whether the collection contains the given UDPClassification. | |
| GetEnumerator | Implement the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection. | |
| GetObjectEnumerator | Implements the method declaredd in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection. | |
| GetPointUDPClassifications | ||
| Remove(String) | Removes a UDPClassification from the collection by name. | |
| Remove(UDPClassification) | Removes the specified UDPClassification from the collection. |
