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.