Specifies the elevation value used to translate data from the base point.

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

Syntax

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

See Also