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


IGeographicCoordinateSystem2.GetHorizon Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeographicCoordinateSystem2 Interface > IGeographicCoordinateSystem2.GetHorizon Method
ArcGIS Developer Help

IGeographicCoordinateSystem2.GetHorizon Method

Returns a standard horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0.

[Visual Basic .NET]
Public Sub GetHorizon ( _
    ByRef horizonEnvelope As WKSEnvelope _
)
[C#]
public void GetHorizon (
    ref WKSEnvelope horizonEnvelope
);
[C++]
HRESULT GetHorizon(
  WKSEnvelope* horizonEnvelope
);
[C++]
Parameters
horizonEnvelope [in, out]

horizonEnvelope is a parameter of type WKSEnvelope*

Product Availability

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

Description

GetHorizon returns an envelope. See also the IProjectedCoordinateSystem2::GetHorizon method.

See Also

IGeographicCoordinateSystem2 Interface