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.BreakLinesWithLinePoints Method (ArcObjects .NET 10.5 SDK) |
GSlines where all lines are broken up at there line points. Does not split lines at LPs where LPs are not assoc to a line.
[Visual Basic .NET] Public Function BreakLinesWithLinePoints ( _ ByVal pEnumLines As IEnumGSLines, _ ByVal pSourcePoints As ICadastralPoints _ ) As IEnumGSLines
[C#] public IEnumGSLines BreakLinesWithLinePoints ( IEnumGSLines pEnumLines, ICadastralPoints pSourcePoints );