Returns a standard horizon polygon, its envelope and whether it is inclusive or exclusive; the horizon polygon may be 0.
[Visual Basic 6.0] Sub GetHorizon(
horizonEnvelope As WKSEnvelope _
)
[Visual Basic .NET] Public Sub GetHorizon ( _ ByRef horizonEnvelope As WKSEnvelope _ )
[C#] public void GetHorizon ( ref WKSEnvelope horizonEnvelope );
[Java] public void getHorizon ( WKSEnvelope horizonEnvelope ) throws IOException, AutomationException
[C++]
HRESULT GetHorizon(
WKSEnvelope* horizonEnvelope
);
Parameters
horizonEnvelope [in, out]
horizonEnvelope is a parameter of type WKSEnvelope
GetHorizon returns an envelope. See also the IProjectedCoordinateSystem2::GetHorizon method.