CogoPointLatitude Property

Gets or sets the latitude for a 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 Latitude { 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