This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem4GEN.GeographicCoordinateSystem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.GeographicCoordinateSystem Property
ArcGIS Developer Help

IProjectedCoordinateSystem4GEN.GeographicCoordinateSystem Property

The geographic coordinate system of a projected coordinate system.

[Visual Basic .NET]
Public ReadOnly Property GeographicCoordinateSystem As IGeographicCoordinateSystem
[C#]
public IGeographicCoordinateSystem GeographicCoordinateSystem {get;}
[C++]
HRESULT get_GeographicCoordinateSystem(
  IGeographicCoordinateSystem** geographic
);
[C++]
Parameters
geographic [out, retval]

geographic is a parameter of type IGeographicCoordinateSystem**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem4GEN Interface