Gets the collection containing all Parcel user defined properties in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public UDPCollection ParcelUDPs { get; }
VB
Public ReadOnly Property ParcelUDPs As UDPCollection Get
C++
public: property UDPCollection^ ParcelUDPs { UDPCollection^ get (); }