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


IConstructionBreakPoints.GetBreakPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > IConstructionBreakPoints Interface > IConstructionBreakPoints.GetBreakPoint Method
ArcGIS Developer Help

IConstructionBreakPoints.GetBreakPoint Method

The break point at the given index.

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

i is a parameter of type long pointNo [in, out]
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