Gets whether the collection contains the given UDP.

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

Syntax

C#
public bool ContainsUDP(
	UDP udp
)
Visual Basic
Public Function ContainsUDP ( _
	udp As UDP _
) As Boolean
Visual C++
public:
bool ContainsUDP(
	UDP^ udp
)

Parameters

udp
Type: Autodesk.Civil.DatabaseServices..::..UDP
The instance of a UDP to search for in the collection.

See Also