This document is archived and information here might be outdated. Recommended version. |
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 BreakLinesAtLinePoints ( _ ByVal pEnumLines As IEnumGSLines, _ ByVal pSourcePoints As ICadastralPoints, _ ByVal splitAtAllLPs As Boolean, _ ByVal addRadialLines As Boolean _ ) As IEnumGSLines
[C#] public IEnumGSLines BreakLinesAtLinePoints ( IEnumGSLines pEnumLines, ICadastralPoints pSourcePoints, bool splitAtAllLPs, bool addRadialLines );