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


IProjectedCoordinateSystem.HorizonCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem Interface > IProjectedCoordinateSystem.HorizonCount Property
ArcGIS Developer Help

IProjectedCoordinateSystem.HorizonCount Property

The number of shapes that describe the limits of a ProjCS.

[Visual Basic .NET]
Public ReadOnly Property HorizonCount As Integer
[C#]
public int HorizonCount {get;}
[C++]
HRESULT get_HorizonCount(
  System.Int32* HorizonCount
);
[C++]
Parameters
HorizonCount [out, retval]

HorizonCount is a parameter of type long*

Product Availability

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

Description

Returns 1 if the horizon is an envelope.

Remarks

Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.

See Also

IProjectedCoordinateSystem Interface