UDP Property

Gets or sets the UDP for the ElevationOverride.

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

Syntax

C#

public UDPDouble UDP { get; set; }

Visual Basic

Public Property UDP As UDPDouble
	Get
	Set

Visual C++

public:
property UDPDouble^ UDP {
	UDPDouble^ get ();
	void set (UDPDouble^ value);
}

See Also