This document is archived and information here might be outdated. Recommended version. |
GSLine converted to a Curve broken up at flex points. Calling CacheFlexPoints initially will improve performance for multiple calls.
[Visual Basic .NET] Public Sub AddLineToSegmentCollection ( _ ByVal pLine As IGSLine, _ ByVal pCadastralPoints As ICadastralPoints, _ ByVal flexLinesInMeasurementMode As Boolean, _ ByVal mapUnits As Boolean, _ ByVal pParcelLines As ISegmentCollection _ )
[C#] public void AddLineToSegmentCollection ( IGSLine pLine, ICadastralPoints pCadastralPoints, bool flexLinesInMeasurementMode, bool mapUnits, ISegmentCollection pParcelLines );