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


esriSRHorizon Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

esriSRHorizon Structure

Syntax

[Visual Basic .NET]
Public Sub New ( _
   Inclusive As Byte,
   Type As esriSRHorizonType,
   PointCount As Integer,
   Points As IntPtr
)
[C#]
public esriSRHorizon {
   sbyte Inclusive,
   esriSRHorizonType Type,
   int PointCount,
   IntPtr Points
)
[C++]
typedef struct esriSRHorizon {
Signed char Inclusive;
esriSRHorizonType Type;
long PointCount;
_WKSPoint Points; } esriSRHorizon;

Product Availability

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

Remarks

Obsolete. Use the GetHorizon methods which return either an envelope or a geometry.