CogoPointGridEasting Property

Gets or sets the calculated grid easting 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.292
Syntax
public double GridEasting { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when :
  • The transformation settings are disabled.
  • The CogoPoint is not Movable.
Example
1!ERROR: See log file!
See Also