Specifies the easting coordinate value used to translate data from the base point.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double TranslatedCoordinateEasting { get; set; }
VB
Public Property TranslatedCoordinateEasting As Double Get Set
C++
public: property double TranslatedCoordinateEasting { double get (); void set (double value); }