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