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


IProjectedCoordinateSystem4GEN.IsHorizonEntireWorld Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.IsHorizonEntireWorld Method

Returns true if PCS horizon contains the entire world.

[Visual Basic .NET]
Public Function IsHorizonEntireWorld ( _
) As Boolean
[C#]
public bool IsHorizonEntireWorld (
);
[C++]
HRESULT IsHorizonEntireWorld(
  VARIANT_BOOL* isWorld
);
[C++]

Parameters isWorld [out, retval] isWorld is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

The PCS horizon is the valid area of a projected coordinate system, in the units of the PCS.

See Also

IProjectedCoordinateSystem4GEN Interface