Gets or sets the calculated grid northing value for the point, relative to the coordinate zone and the transformation settings specified for the drawing.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double GridNorthing { get; set; }
VB
Public Property GridNorthing As Double Get Set
C++
public: property double GridNorthing { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when:
|
Example
C#
1!ERROR: See log file!
VB
1!ERROR: See log file!