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


IProjectedCoordinateSystem4.GetPCSHorizon 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.GetPCSHorizon Method
ArcGIS Developer Help

IProjectedCoordinateSystem4.GetPCSHorizon Method

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

[Visual Basic .NET]
Public Function GetPCSHorizon ( _
    ByRef horizonEnvelope As WKSEnvelope, _
    ByRef Inclusive As Boolean _
) As IGeometry
[C#]
public IGeometry GetPCSHorizon (
    ref WKSEnvelope horizonEnvelope,
    ref bool Inclusive
);
[C++]
HRESULT GetPCSHorizon(
  WKSEnvelope* horizonEnvelope,
  Boolean* Inclusive
);
[C++]
Parameters
horizonEnvelope [out]

horizonEnvelope is a parameter of type WKSEnvelope* Inclusive [out]
Inclusive is a parameter of type bool*

Product Availability

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

Remarks

GetPCSHorizon retrieves the polygon that describes the valid area of a a projected coordinate system in PCS coordinates and unit of measure. Use IProjectedCoordinateSystem5::GetPCSHorizonEnvelope to retrieve the envelope of the PCS horizon.

 

 

See Also

IProjectedCoordinateSystem4 Interface