UDPClassificationContainsUDP Method

Gets whether the collection contains the given UDP.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool ContainsUDP(
	UDP udp
)

Parameters

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

Return Value

Boolean
See Also