UDPClassificationContainsUDP Method |
Gets whether the collection contains the given UDP.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool ContainsUDP(
UDP udp
)
Public Function ContainsUDP (
udp As UDP
) As Boolean
public:
bool ContainsUDP(
UDP^ udp
)
Parameters
- udp UDP
- The instance of a UDP to search for in the collection.
Return Value
Boolean
See Also