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


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

IProjectedCoordinateSystem2.LatitudeOfOrigin Property

The latitude of the origin (Phi 0) of a projected coordinate system.

[Visual Basic .NET]
Public Property LatitudeOfOrigin As Double
[C#]
public double LatitudeOfOrigin {get; set;}
[C++]
HRESULT get_LatitudeOfOrigin(
  System.Double* LatitudeOfOrigin
);
[C++]
HRESULT put_LatitudeOfOrigin(
  double LatitudeOfOrigin
);
[C++]
Parameters
LatitudeOfOrigin [out, retval]

LatitudeOfOrigin is a parameter of type double* LatitudeOfOrigin
LatitudeOfOrigin is a parameter of type double

Product Availability

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

See Also

IProjectedCoordinateSystem2 Interface