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


IProjectedCoordinateSystem4GEN.Projection 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.Projection Property
ArcGIS Developer Help

IProjectedCoordinateSystem4GEN.Projection Property

The map projection of a projected coordinate system.

[Visual Basic .NET]
Public ReadOnly Property Projection As IProjection
[C#]
public IProjection Projection {get;}
[C++]
HRESULT get_Projection(
  IProjection** Projection
);
[C++]
Parameters
Projection [out, retval]

Projection is a parameter of type IProjection**

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface