Specifies the northing coordinate value used to translate data from the base point.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double TranslatedCoordinateNorthing { get; set; } |
Visual Basic |
---|
Public Property TranslatedCoordinateNorthing As Double Get Set |
Visual C++ |
---|
public: property double TranslatedCoordinateNorthing { double get (); void set (double value); } |