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


IProjectedCoordinateSystem4.IsHorizonConvexHull Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4 Interface > IProjectedCoordinateSystem4.IsHorizonConvexHull Method
ArcGIS Developer Help

IProjectedCoordinateSystem4.IsHorizonConvexHull Method

Returns true if PCS horizon is convex.

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

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

IProjectedCoordinateSystem4 Interface