Gets or sets the UDP for the RawDescriptionOverride.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public UDP UDP { get; set; }
Visual Basic
Public Property UDP As UDP
	Get
	Set
Visual C++
public:
property UDP^ UDP {
	UDP^ get ();
	void set (UDP^ value);
}

See Also