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


IParcelLineFunctions.BreakLinesWithLinePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelLineFunctions Interface > IParcelLineFunctions.BreakLinesWithLinePoints Method
ArcGIS Developer Help

IParcelLineFunctions.BreakLinesWithLinePoints Method

GSlines where all lines are broken up at there line points.

[Visual Basic .NET]
Public Function BreakLinesWithLinePoints ( _
    ByVal pEnumLines As IEnumGSLines, _
    ByVal pSourcePoints As ICadastralPoints _
) As IEnumGSLines
[C#]
public IEnumGSLines BreakLinesWithLinePoints (
    IEnumGSLines pEnumLines,
    ICadastralPoints pSourcePoints
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Breaks construction or parcel lines with a set of construction points. In Survey Analyst - Cadastral Editor, this is the Breakline tool in the parcel construction environment.

See Also

IParcelLineFunctions Interface