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


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

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