This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.HorizonCount Property (ArcObjects .NET 10.5 SDK) |
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
Obsolete. Use IProjectedCoordinateSystem2::GetHorizon.