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


ISegment.HorizontalIntersectionCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.HorizontalIntersectionCount Method
ArcGIS Developer Help

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