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


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

IConstructionBreakPoints.RemoveBreakPoint Method

Remove break point from parcel construction data.

[Visual Basic .NET]
Public Sub RemoveBreakPoint ( _
    ByVal pointNo As Integer _
)
[C#]
public void RemoveBreakPoint (
    int pointNo
);
[C++]
HRESULT RemoveBreakPoint(
  long pointNo
);
[C++]
Parameters
pointNo [in]

pointNo is a parameter of type long

Product Availability

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

See Also

IConstructionBreakPoints Interface