UDPClassificationCollection Class

This class encapsulates the collection of all UDPClassification objects in the current drawing.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesUDPClassificationCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class UDPClassificationCollection : IEnumerable<UDPClassification>

The UDPClassificationCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of UDPClassification objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodAdd Creates a new UDPClassification with the given name and adds it to the collection.
Public methodContains(String) Gets whether the collection contains the given UDPClassification by its name.
Public methodContains(UDPClassification) Gets whether the collection contains the given UDPClassification.
Public methodGetEnumerator Implement the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declaredd in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection.
Public methodStatic memberGetPointUDPClassifications 
Public methodRemove(String) Removes a UDPClassification from the collection by name.
Public methodRemove(UDPClassification) Removes the specified UDPClassification from the collection.
Top
See Also