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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double GridNorthing { get; set; } |
| Visual Basic |
|---|
Public Property GridNorthing As Double
Get
Set |
| Visual C++ |
|---|
public:
property double GridNorthing {
double get ();
void set (double value);
} |
Examples
CopyC#
CopyVB.NET
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when:
- The transformation settings are disabled.
- The CogoPoint is not Movable.
|
See Also