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