Share

UDPClassification.ContainsUDP Method

Gets whether the collection contains the given UDP.



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

Syntax

C#

public bool ContainsUDP(
	UDP udp
)

VB

Public Function ContainsUDP ( 
	udp As UDP
) As Boolean

C++

public:
bool ContainsUDP(
	UDP^ udp
)

Parameters

udp  UDP
The instance of a UDP to search for in the collection.

Return Value

Boolean

See Also

Reference

Was this information helpful?