ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.IsHorizonConvexHull Method

Returns true if PCS horizon is convex.

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

Parameters

isConvexHull [out, retval]   isConvexHull 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