Gets the collection containing all Parcel user defined properties in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public UDPCollection ParcelUDPs { get; }
Visual Basic
Public ReadOnly Property ParcelUDPs As UDPCollection
	Get
Visual C++
public:
property UDPCollection^ ParcelUDPs {
	UDPCollection^ get ();
}

See Also