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


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

IProjectedCoordinateSystem.Horizon Property

The mathematical limits of a projected coordinate system.

[Visual Basic .NET]
Public Function get_Horizon ( _
    ByVal horizonIndex As Integer _
) As IntPtr
[C#]
public IntPtr get_Horizon (
    int horizonIndex
);
[C++]
HRESULT get_Horizon(
  long horizonIndex,
  esriSRHorizon** Horizon
);
[C++]
Parameters
horizonIndex [in]

horizonIndex is a parameter of type long Horizon [out, retval]
Horizon is a parameter of type esriSRHorizon**

Product Availability

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

Remarks

Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.

See Also

IProjectedCoordinateSystem Interface