ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.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(
  long* HorizonCount
);
[C++]

Parameters

HorizonCount [out, retval]   HorizonCount is a parameter of type long

Product Availability

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

Remarks

Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.

See Also

IProjectedCoordinateSystem4GEN Interface