Specifies the base point northing coordinate from which all import values are translated.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double BasePointNorthing { get; set; }
Visual Basic
Public Property BasePointNorthing As Double
Get
Set
Visual C++
public: property double BasePointNorthing { double get (); void set (double value); }