Description
The GeoCoordinate class represents a coordinate reference system (CRS) definition. A CRS is also being referred to as a spatial reference system (SRS). This is the wrapper class for the AcDbGeoCoordinateSystem class.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.GeoCoordinateSystem
Visual Basic
Public Class GeoCoordinateSystem Inherits DisposableWrapper
C#
public class GeoCoordinateSystem : DisposableWrapper;