This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > E > esriSRHorizon Structure (ArcObjects .NET 10.5 SDK) |
[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;
Obsolete. Use the GetHorizon methods which return either an envelope or a geometry.