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


esriSRHorizon Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriSRHorizon Structure
ArcGIS Developer Help

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 { } 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.