Share

PointGroupElevationOverrideInfo.UDP Property

Gets or sets the UDP for the ElevationOverride.



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

Syntax

C#

public UDPDouble UDP { get; set; }

VB

Public Property UDP As UDPDouble
	Get
	Set

C++

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

Property Value

UDPDouble

See Also

Reference

Was this information helpful?