Specifies the northing 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 TranslatedCoordinateNorthing { get; set; }
VB
Public Property TranslatedCoordinateNorthing As Double Get Set
C++
public: property double TranslatedCoordinateNorthing { double get (); void set (double value); }