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


ISegment.HorizontalIntersectionCount Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.HorizontalIntersectionCount Method

Returns the number of horizontal intersections.

[Visual Basic .NET]
Public Function HorizontalIntersectionCount ( _
    ByRef p As WKSPoint, _
    ByRef pointOnLine As Boolean _
) As Integer
[C#]
public int HorizontalIntersectionCount (
    ref WKSPoint p,
    ref bool pointOnLine
);
[C++]
HRESULT HorizontalIntersectionCount(
  WKSPoint* p,
  Boolean* pointOnLine
);
[C++]

Parameters p
p is a parameter of type WKSPoint* pointOnLine [out]
pointOnLine is a parameter of type bool*

Product Availability

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

See Also

ISegment Interface