ArcObjects Library Reference (CadastralUI)  

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