This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.Horizon Property (ArcObjects .NET 10.5 SDK) |
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.