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


IConstructionBreakPoints.AddBreakPoint 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.AddBreakPoint Method
ArcGIS Developer Help

IConstructionBreakPoints.AddBreakPoint Method

Adds a break point to the parcel construction data.

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

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

Product Availability

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

See Also

IConstructionBreakPoints Interface