UDP Property

Gets or sets the UDP for the RawDescriptionOverride.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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