This document is archived and information here might be outdated. Recommended version. |
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 );