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


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

IProjectedCoordinateSystem4GEN.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,
  VARIANT_BOOL* Inclusive,
  IGeometry** Horizon
);
[C++]

Parameters horizonEnvelope [in, out]
horizonEnvelope is a parameter of type _WKSEnvelope Inclusive [in, out] Inclusive is a parameter of type VARIANT_BOOL Horizon [out, retval]
Horizon is a parameter of type IGeometry

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface