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


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

IParcelLineFunctions2.BreakLinesWithLinePointsEx Method

GSlines where all lines are broken up at there line points. If splitAtAllLPs is false, only those LPs that have an assoc line attached to them are split.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelLineFunctions2 Interface