This document is archived and information here might be outdated. Recommended version. |
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**
Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.