Share

UDPCollection Class

This class encapsulates a collection of UDP objects.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesUDPCollection


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class UDPCollection : IEnumerable<UDP>

VB

Public Class UDPCollection
	Implements IEnumerable(Of UDP)

C++

public ref class UDPCollection : IEnumerable<UDP^>

The UDPCollection type exposes the following members.

Properties

 NameDescription
Public propertyCount Gets the number of UDP objects in the collection.
Public propertyItemGuid 
Public propertyItemInt32 
Public propertyItemString 

Methods

 NameDescription
Public methodContains Gets whether the collection contains a given UDP.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodToArray Copies the UDP objects in the collection to a new array.

See Also

Reference

Was this information helpful?