Gets a UDPCollection containing all the UDP objects with the current UDPClassification.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public UDPCollection UDPs { get; }
VB
Public ReadOnly Property UDPs As UDPCollection Get
C++
public: property UDPCollection^ UDPs { UDPCollection^ get (); }