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


IConstructionBreakPoints.FindBreakPoint Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IConstructionBreakPoints.FindBreakPoint Method

The break point with the matching pointNo.

[Visual Basic .NET]
Public Sub FindBreakPoint ( _
    ByVal pointNo As Integer, _
    ByRef fromPointNo As Integer, _
    ByRef toPointNo As Integer, _
    ByRef ratio As Double _
)
[C#]
public void FindBreakPoint (
    int pointNo,
    ref int fromPointNo,
    ref int toPointNo,
    ref double ratio
);
[C++]
HRESULT FindBreakPoint(
  long pointNo,
  long* fromPointNo,
  long* toPointNo,
  double* ratio
);
[C++]

Parameters pointNo [in] pointNo is a parameter of type long fromPointNo [in, out] fromPointNo is a parameter of type long toPointNo [in, out] toPointNo is a parameter of type long ratio [in, out] ratio is a parameter of type double

Product Availability

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

See Also

IConstructionBreakPoints Interface