This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelLineFunctions2 Interface > IParcelLineFunctions2.BreakLinesWithLinePointsEx Method (ArcObjects .NET 10.5 SDK) |
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 );